2024-01-24T02:58:40.544 INFO:root:teuthology version: 0.0.1.dev251+gc856e0f 2024-01-24T02:58:40.544 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --archive /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529883 --owner scheduled_yuriw@teuthology --name yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529883/orig.config.yaml 2024-01-24T02:58:40.577 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-24T02:58:40.659 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529883 branch: wip-yuri5-testing-2024-01-11-1300-pacific description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7529883' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-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-yuri5-testing-2024-01-11-1300-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: a70aebef70df6ec2d957347ccbfc484e0573dd5f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-lflores-testing-2-2024-01-23-1755-pacific sha1: 54ea2bd75ede6da27ba5852fe5d99aab52f94305 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3235 sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-lflores-testing-2-2024-01-23-1755-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 54ea2bd75ede6da27ba5852fe5d99aab52f94305 targets: smithi089.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMibBupK5+dJoWTj/LBm8kUe4B92LDrVRv/AnSv8y2Ad7TIeRjuzHpCKzjiBpR6H0NcnMcowOmDRJEWY1C+uV1c= smithi105.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNBYyPIjrDcgGQcNKAMQ4cx26HTWCkyceOiFKfYN2612CAcQ5yOZtDd7iTCKU7Ebal9NVCDAT5ic3FWP7eL48Rw= 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 fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - 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}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - 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: c856e0f9244dd29a50697123b480d63f16a4ed81 timestamp: 2024-01-23_19:22:22 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-24T02:58:40.660 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa; will attempt to use it 2024-01-24T02:58:40.660 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks 2024-01-24T02:58:40.660 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-24T02:58:40.662 INFO:teuthology.task.internal:Checking packages... 2024-01-24T02:58:40.685 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a70aebef70df6ec2d957347ccbfc484e0573dd5f' 2024-01-24T02:58:40.685 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-24T02:58:40.685 INFO:teuthology.packaging:ref: None 2024-01-24T02:58:40.685 INFO:teuthology.packaging:tag: None 2024-01-24T02:58:40.685 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-24T02:58:40.685 INFO:teuthology.packaging:sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-24T02:58:40.685 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-24T02:58:40.824 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-449.ga70aebef 2024-01-24T02:58:40.826 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-24T02:58:40.832 INFO:teuthology.task.internal:no buildpackages task found 2024-01-24T02:58:40.832 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-24T02:58:40.838 INFO:teuthology.task.internal:Saving configuration 2024-01-24T02:58:40.852 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-24T02:58:40.859 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T02:58:40.885 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529883', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-24 02:53:35.097683', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMibBupK5+dJoWTj/LBm8kUe4B92LDrVRv/AnSv8y2Ad7TIeRjuzHpCKzjiBpR6H0NcnMcowOmDRJEWY1C+uV1c='} 2024-01-24T02:58:40.906 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529883', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-24 02:53:35.099474', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNBYyPIjrDcgGQcNKAMQ4cx26HTWCkyceOiFKfYN2612CAcQ5yOZtDd7iTCKU7Ebal9NVCDAT5ic3FWP7eL48Rw='} 2024-01-24T02:58:40.906 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-24T02:58:40.912 INFO:teuthology.task.internal:roles: ubuntu@smithi089.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-24T02:58:40.912 INFO:teuthology.task.internal:roles: ubuntu@smithi105.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-24T02:58:40.912 INFO:teuthology.run_tasks:Running task console_log... 2024-01-24T02:58:40.979 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fec479b7160>, signals=[15]) 2024-01-24T02:58:40.979 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-24T02:58:40.985 INFO:teuthology.task.internal:Opening connections... 2024-01-24T02:58:40.985 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi089.front.sepia.ceph.com 2024-01-24T02:58:40.987 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:58:41.062 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2024-01-24T02:58:41.063 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:58:41.132 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-24T02:58:41.138 DEBUG:teuthology.orchestra.run.smithi089:> uname -m 2024-01-24T02:58:41.161 INFO:teuthology.orchestra.run.smithi089.stdout:x86_64 2024-01-24T02:58:41.162 DEBUG:teuthology.orchestra.run.smithi089:> cat /etc/os-release 2024-01-24T02:58:41.222 INFO:teuthology.orchestra.run.smithi089.stdout:NAME="CentOS Stream" 2024-01-24T02:58:41.222 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION="8" 2024-01-24T02:58:41.223 INFO:teuthology.orchestra.run.smithi089.stdout:ID="centos" 2024-01-24T02:58:41.223 INFO:teuthology.orchestra.run.smithi089.stdout:ID_LIKE="rhel fedora" 2024-01-24T02:58:41.223 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION_ID="8" 2024-01-24T02:58:41.223 INFO:teuthology.orchestra.run.smithi089.stdout:PLATFORM_ID="platform:el8" 2024-01-24T02:58:41.223 INFO:teuthology.orchestra.run.smithi089.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-24T02:58:41.223 INFO:teuthology.orchestra.run.smithi089.stdout:ANSI_COLOR="0;31" 2024-01-24T02:58:41.223 INFO:teuthology.orchestra.run.smithi089.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-24T02:58:41.223 INFO:teuthology.orchestra.run.smithi089.stdout:HOME_URL="https://centos.org/" 2024-01-24T02:58:41.223 INFO:teuthology.orchestra.run.smithi089.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-24T02:58:41.223 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-24T02:58:41.223 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-24T02:58:41.224 INFO:teuthology.lock.ops:Updating smithi089.front.sepia.ceph.com on lock server 2024-01-24T02:58:41.246 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2024-01-24T02:58:41.268 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2024-01-24T02:58:41.268 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2024-01-24T02:58:41.330 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="CentOS Stream" 2024-01-24T02:58:41.330 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="8" 2024-01-24T02:58:41.330 INFO:teuthology.orchestra.run.smithi105.stdout:ID="centos" 2024-01-24T02:58:41.330 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE="rhel fedora" 2024-01-24T02:58:41.330 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="8" 2024-01-24T02:58:41.330 INFO:teuthology.orchestra.run.smithi105.stdout:PLATFORM_ID="platform:el8" 2024-01-24T02:58:41.330 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-24T02:58:41.331 INFO:teuthology.orchestra.run.smithi105.stdout:ANSI_COLOR="0;31" 2024-01-24T02:58:41.331 INFO:teuthology.orchestra.run.smithi105.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-24T02:58:41.331 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://centos.org/" 2024-01-24T02:58:41.331 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-24T02:58:41.331 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-24T02:58:41.331 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-24T02:58:41.331 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2024-01-24T02:58:41.354 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-24T02:58:41.362 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-24T02:58:41.367 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-24T02:58:41.367 DEBUG:teuthology.orchestra.run.smithi089:> test '!' -e /home/ubuntu/cephtest 2024-01-24T02:58:41.370 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2024-01-24T02:58:41.390 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-24T02:58:41.396 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-24T02:58:41.396 DEBUG:teuthology.orchestra.run.smithi089:> test -z $(ls -A /var/lib/ceph) 2024-01-24T02:58:41.430 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2024-01-24T02:58:41.461 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-24T02:58:41.516 INFO:teuthology.run_tasks:Running task kernel... 2024-01-24T02:58:41.531 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-24T02:58:41.531 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-24T02:58:41.531 DEBUG:teuthology.orchestra.run.smithi089:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-24T02:58:41.532 DEBUG:teuthology.orchestra.run.smithi105:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-24T02:58:41.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:58:41.552 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-01-24T02:58:41.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:58:41.553 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-01-24T02:58:41.612 INFO:teuthology.orchestra.run.smithi089.stdout:4.18.0-489.el8.x86_64 2024-01-24T02:58:41.613 INFO:teuthology.task.kernel:Running kernel on smithi089: 4.18.0-489.el8.x86_64 2024-01-24T02:58:41.613 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum install -y kernel 2024-01-24T02:58:41.614 INFO:teuthology.orchestra.run.smithi105.stdout:4.18.0-489.el8.x86_64 2024-01-24T02:58:41.614 INFO:teuthology.task.kernel:Running kernel on smithi105: 4.18.0-489.el8.x86_64 2024-01-24T02:58:41.614 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum install -y kernel 2024-01-24T02:58:45.580 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 8 - AppStream 19 MB/s | 27 MB 00:01 2024-01-24T02:58:45.791 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 8 - AppStream 17 MB/s | 27 MB 00:01 2024-01-24T02:58:51.663 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 8 - BaseOS 7.5 MB/s | 10 MB 00:01 2024-01-24T02:58:51.849 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 8 - BaseOS 7.6 MB/s | 10 MB 00:01 2024-01-24T02:58:53.855 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 8 - Extras 31 kB/s | 18 kB 00:00 2024-01-24T02:58:53.951 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 8 - Extras 35 kB/s | 18 kB 00:00 2024-01-24T02:58:54.642 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 8 - Extras common packages 12 kB/s | 6.9 kB 00:00 2024-01-24T02:58:54.697 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 8 - Extras common packages 9.5 kB/s | 6.9 kB 00:00 2024-01-24T02:58:54.952 INFO:teuthology.orchestra.run.smithi105.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2024-01-24T02:58:55.007 INFO:teuthology.orchestra.run.smithi089.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2024-01-24T02:58:55.792 INFO:teuthology.orchestra.run.smithi089.stdout:Extra Packages for Enterprise Linux 23 MB/s | 16 MB 00:00 2024-01-24T02:58:56.596 INFO:teuthology.orchestra.run.smithi105.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2024-01-24T02:58:59.533 INFO:teuthology.orchestra.run.smithi089.stdout:lab-extras 471 kB/s | 24 kB 00:00 2024-01-24T02:59:00.327 INFO:teuthology.orchestra.run.smithi105.stdout:lab-extras 511 kB/s | 24 kB 00:00 2024-01-24T02:59:02.455 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-24T02:59:02.455 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-24T02:59:02.577 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-01-24T02:59:02.577 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-24T02:59:02.578 INFO:teuthology.orchestra.run.smithi089.stdout: Package Architecture Version Repository Size 2024-01-24T02:59:02.578 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-24T02:59:02.578 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-01-24T02:59:02.578 INFO:teuthology.orchestra.run.smithi089.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-01-24T02:59:02.578 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-01-24T02:59:02.578 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-01-24T02:59:02.579 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-01-24T02:59:02.579 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T02:59:02.579 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-01-24T02:59:02.579 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-24T02:59:02.579 INFO:teuthology.orchestra.run.smithi089.stdout:Install 3 Packages 2024-01-24T02:59:02.580 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T02:59:02.581 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 90 M 2024-01-24T02:59:02.581 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 96 M 2024-01-24T02:59:02.581 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-01-24T02:59:03.291 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-24T02:59:03.291 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-24T02:59:03.411 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-01-24T02:59:03.412 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-24T02:59:03.412 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2024-01-24T02:59:03.412 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-24T02:59:03.412 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-01-24T02:59:03.412 INFO:teuthology.orchestra.run.smithi105.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-01-24T02:59:03.412 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-01-24T02:59:03.412 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-01-24T02:59:03.412 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-01-24T02:59:03.412 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T02:59:03.412 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-01-24T02:59:03.412 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-24T02:59:03.413 INFO:teuthology.orchestra.run.smithi105.stdout:Install 3 Packages 2024-01-24T02:59:03.413 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T02:59:03.413 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 90 M 2024-01-24T02:59:03.413 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 96 M 2024-01-24T02:59:03.413 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-01-24T02:59:04.001 INFO:teuthology.orchestra.run.smithi089.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 11 MB/s | 10 MB 00:00 2024-01-24T02:59:04.851 INFO:teuthology.orchestra.run.smithi089.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 20 MB/s | 36 MB 00:01 2024-01-24T02:59:05.385 INFO:teuthology.orchestra.run.smithi089.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 19 MB/s | 44 MB 00:02 2024-01-24T02:59:05.385 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-01-24T02:59:05.385 INFO:teuthology.orchestra.run.smithi089.stdout:Total 32 MB/s | 90 MB 00:02 2024-01-24T02:59:06.013 INFO:teuthology.orchestra.run.smithi105.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 11 MB/s | 10 MB 00:00 2024-01-24T02:59:06.068 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-01-24T02:59:06.489 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-01-24T02:59:06.490 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-01-24T02:59:06.813 INFO:teuthology.orchestra.run.smithi105.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 21 MB/s | 36 MB 00:01 2024-01-24T02:59:07.421 INFO:teuthology.orchestra.run.smithi105.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 19 MB/s | 44 MB 00:02 2024-01-24T02:59:07.421 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-01-24T02:59:07.422 INFO:teuthology.orchestra.run.smithi105.stdout:Total 22 MB/s | 90 MB 00:04 2024-01-24T02:59:07.728 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-01-24T02:59:07.739 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-01-24T02:59:08.109 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-01-24T02:59:08.520 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-01-24T02:59:08.520 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-01-24T02:59:09.762 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-01-24T02:59:09.789 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-01-24T02:59:10.518 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-01-24T02:59:11.077 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-24T02:59:12.589 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-01-24T02:59:13.153 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-24T02:59:14.665 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-24T02:59:15.035 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-24T02:59:16.753 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-24T02:59:17.178 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-24T02:59:18.464 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-24T02:59:18.766 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:59:20.610 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-24T02:59:21.120 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:59:40.787 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:59:40.811 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:59:41.157 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:59:41.158 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-01-24T02:59:41.158 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-01-24T02:59:41.609 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:59:41.609 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T02:59:41.609 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-01-24T02:59:41.609 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-01-24T02:59:41.609 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-01-24T02:59:41.609 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T02:59:41.609 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-01-24T02:59:41.756 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2024-01-24T02:59:41.975 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-24T02:59:41.976 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-24T02:59:41.976 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-01-24T02:59:41.976 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-24T02:59:41.976 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-24T02:59:41.976 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-24T02:59:41.977 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi089.front.sepia.ceph.com, path=None, version=distro) 2024-01-24T02:59:41.977 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2024-01-24T02:59:42.187 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-24T02:59:42.187 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-24T02:59:42.187 DEBUG:teuthology.orchestra.run.smithi089:> sudo rpm -qi grub2-tools 2024-01-24T02:59:42.221 INFO:teuthology.orchestra.run.smithi089.stdout:Name : grub2-tools 2024-01-24T02:59:42.221 INFO:teuthology.orchestra.run.smithi089.stdout:Epoch : 1 2024-01-24T02:59:42.221 INFO:teuthology.orchestra.run.smithi089.stdout:Version : 2.02 2024-01-24T02:59:42.221 INFO:teuthology.orchestra.run.smithi089.stdout:Release : 129.el8 2024-01-24T02:59:42.221 INFO:teuthology.orchestra.run.smithi089.stdout:Architecture: x86_64 2024-01-24T02:59:42.221 INFO:teuthology.orchestra.run.smithi089.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-24T02:59:42.221 INFO:teuthology.orchestra.run.smithi089.stdout:Group : System Environment/Base 2024-01-24T02:59:42.221 INFO:teuthology.orchestra.run.smithi089.stdout:Size : 9265586 2024-01-24T02:59:42.221 INFO:teuthology.orchestra.run.smithi089.stdout:License : GPLv3+ 2024-01-24T02:59:42.221 INFO:teuthology.orchestra.run.smithi089.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-24T02:59:42.221 INFO:teuthology.orchestra.run.smithi089.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-24T02:59:42.221 INFO:teuthology.orchestra.run.smithi089.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-24T02:59:42.222 INFO:teuthology.orchestra.run.smithi089.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-24T02:59:42.222 INFO:teuthology.orchestra.run.smithi089.stdout:Relocations : (not relocatable) 2024-01-24T02:59:42.222 INFO:teuthology.orchestra.run.smithi089.stdout:Packager : CentOS BuildSystem 2024-01-24T02:59:42.222 INFO:teuthology.orchestra.run.smithi089.stdout:Vendor : CentOS 2024-01-24T02:59:42.222 INFO:teuthology.orchestra.run.smithi089.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-24T02:59:42.222 INFO:teuthology.orchestra.run.smithi089.stdout:Summary : Support tools for GRUB. 2024-01-24T02:59:42.222 INFO:teuthology.orchestra.run.smithi089.stdout:Description : 2024-01-24T02:59:42.222 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T02:59:42.222 INFO:teuthology.orchestra.run.smithi089.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-24T02:59:42.222 INFO:teuthology.orchestra.run.smithi089.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-24T02:59:42.222 INFO:teuthology.orchestra.run.smithi089.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-24T02:59:42.222 INFO:teuthology.orchestra.run.smithi089.stdout:hardware devices. 2024-01-24T02:59:42.222 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T02:59:42.222 INFO:teuthology.orchestra.run.smithi089.stdout:This subpackage provides tools for support of all platforms. 2024-01-24T02:59:42.223 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-24T02:59:42.223 INFO:teuthology.task.kernel:Updating grub on smithi089 to boot 4.18.0-536.el8.x86_64 2024-01-24T02:59:42.223 DEBUG:teuthology.orchestra.run.smithi089:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-24T02:59:43.134 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:59:43.156 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:59:43.492 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:59:43.492 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-01-24T02:59:43.492 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-01-24T02:59:43.919 INFO:teuthology.orchestra.run.smithi089.stderr:Generating grub configuration file ... 2024-01-24T02:59:43.990 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:59:43.990 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T02:59:43.990 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-01-24T02:59:43.990 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-01-24T02:59:43.991 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-01-24T02:59:43.991 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T02:59:43.991 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-01-24T02:59:44.160 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-01-24T02:59:44.376 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-24T02:59:44.376 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-24T02:59:44.376 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-01-24T02:59:44.376 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-24T02:59:44.376 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-24T02:59:44.376 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-24T02:59:44.377 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi105.front.sepia.ceph.com, path=None, version=distro) 2024-01-24T02:59:44.377 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-01-24T02:59:44.586 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-24T02:59:44.586 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-24T02:59:44.586 DEBUG:teuthology.orchestra.run.smithi105:> sudo rpm -qi grub2-tools 2024-01-24T02:59:44.619 INFO:teuthology.orchestra.run.smithi105.stdout:Name : grub2-tools 2024-01-24T02:59:44.620 INFO:teuthology.orchestra.run.smithi105.stdout:Epoch : 1 2024-01-24T02:59:44.620 INFO:teuthology.orchestra.run.smithi105.stdout:Version : 2.02 2024-01-24T02:59:44.620 INFO:teuthology.orchestra.run.smithi105.stdout:Release : 129.el8 2024-01-24T02:59:44.620 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: x86_64 2024-01-24T02:59:44.620 INFO:teuthology.orchestra.run.smithi105.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-24T02:59:44.620 INFO:teuthology.orchestra.run.smithi105.stdout:Group : System Environment/Base 2024-01-24T02:59:44.620 INFO:teuthology.orchestra.run.smithi105.stdout:Size : 9265586 2024-01-24T02:59:44.620 INFO:teuthology.orchestra.run.smithi105.stdout:License : GPLv3+ 2024-01-24T02:59:44.620 INFO:teuthology.orchestra.run.smithi105.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-24T02:59:44.620 INFO:teuthology.orchestra.run.smithi105.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-24T02:59:44.620 INFO:teuthology.orchestra.run.smithi105.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-24T02:59:44.620 INFO:teuthology.orchestra.run.smithi105.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-24T02:59:44.621 INFO:teuthology.orchestra.run.smithi105.stdout:Relocations : (not relocatable) 2024-01-24T02:59:44.621 INFO:teuthology.orchestra.run.smithi105.stdout:Packager : CentOS BuildSystem 2024-01-24T02:59:44.621 INFO:teuthology.orchestra.run.smithi105.stdout:Vendor : CentOS 2024-01-24T02:59:44.621 INFO:teuthology.orchestra.run.smithi105.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-24T02:59:44.621 INFO:teuthology.orchestra.run.smithi105.stdout:Summary : Support tools for GRUB. 2024-01-24T02:59:44.621 INFO:teuthology.orchestra.run.smithi105.stdout:Description : 2024-01-24T02:59:44.621 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T02:59:44.621 INFO:teuthology.orchestra.run.smithi105.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-24T02:59:44.621 INFO:teuthology.orchestra.run.smithi105.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-24T02:59:44.621 INFO:teuthology.orchestra.run.smithi105.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-24T02:59:44.621 INFO:teuthology.orchestra.run.smithi105.stdout:hardware devices. 2024-01-24T02:59:44.621 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T02:59:44.621 INFO:teuthology.orchestra.run.smithi105.stdout:This subpackage provides tools for support of all platforms. 2024-01-24T02:59:44.622 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-24T02:59:44.622 INFO:teuthology.task.kernel:Updating grub on smithi105 to boot 4.18.0-536.el8.x86_64 2024-01-24T02:59:44.622 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-24T02:59:46.187 INFO:teuthology.orchestra.run.smithi089.stderr:done 2024-01-24T02:59:46.188 DEBUG:teuthology.orchestra.run.smithi089:> mktemp 2024-01-24T02:59:46.221 INFO:teuthology.orchestra.run.smithi089.stdout:/tmp/tmp.zWSdqUPhXY 2024-01-24T02:59:46.221 DEBUG:teuthology.orchestra.run.smithi089:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.zWSdqUPhXY 2024-01-24T02:59:46.229 INFO:teuthology.orchestra.run.smithi105.stderr:Generating grub configuration file ... 2024-01-24T02:59:46.295 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 0666 /tmp/tmp.zWSdqUPhXY 2024-01-24T02:59:46.436 DEBUG:teuthology.orchestra.remote:smithi089:/tmp/tmp.zWSdqUPhXY is 6KB 2024-01-24T02:59:46.484 DEBUG:teuthology.orchestra.run.smithi089:> rm -fr /tmp/tmp.zWSdqUPhXY 2024-01-24T02:59:46.502 DEBUG:teuthology.orchestra.run.smithi089:> sudo /bin/ls /boot/loader/entries || true 2024-01-24T02:59:46.574 INFO:teuthology.orchestra.run.smithi089.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-24T02:59:46.574 INFO:teuthology.orchestra.run.smithi089.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-24T02:59:46.574 INFO:teuthology.orchestra.run.smithi089.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-24T02:59:46.574 INFO:teuthology.orchestra.run.smithi089.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-01-24T02:59:46.575 DEBUG:teuthology.orchestra.run.smithi089:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-01-24T02:59:46.714 DEBUG:teuthology.orchestra.run.smithi089:> sudo shutdown -r now 2024-01-24T02:59:48.529 INFO:teuthology.orchestra.run.smithi105.stderr:done 2024-01-24T02:59:48.531 DEBUG:teuthology.orchestra.run.smithi105:> mktemp 2024-01-24T02:59:48.563 INFO:teuthology.orchestra.run.smithi105.stdout:/tmp/tmp.n170MibufZ 2024-01-24T02:59:48.564 DEBUG:teuthology.orchestra.run.smithi105:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.n170MibufZ 2024-01-24T02:59:48.637 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0666 /tmp/tmp.n170MibufZ 2024-01-24T02:59:48.783 DEBUG:teuthology.orchestra.remote:smithi105:/tmp/tmp.n170MibufZ is 6KB 2024-01-24T02:59:48.834 DEBUG:teuthology.orchestra.run.smithi105:> rm -fr /tmp/tmp.n170MibufZ 2024-01-24T02:59:48.851 DEBUG:teuthology.orchestra.run.smithi105:> sudo /bin/ls /boot/loader/entries || true 2024-01-24T02:59:48.928 INFO:teuthology.orchestra.run.smithi105.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-24T02:59:48.928 INFO:teuthology.orchestra.run.smithi105.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-24T02:59:48.928 INFO:teuthology.orchestra.run.smithi105.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-24T02:59:48.928 INFO:teuthology.orchestra.run.smithi105.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-01-24T02:59:48.929 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-01-24T02:59:49.073 DEBUG:teuthology.orchestra.run.smithi105:> sudo shutdown -r now 2024-01-24T03:00:16.744 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-24T03:00:16.745 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-01-24T03:00:16.746 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T03:00:19.078 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-24T03:00:19.078 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-24T03:00:19.079 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T03:00:35.260 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-01-24T03:00:37.564 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-01-24T03:00:44.264 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-01-24T03:00:44.265 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T03:00:46.567 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-24T03:00:46.568 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T03:00:47.324 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-01-24T03:00:49.628 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-01-24T03:00:59.335 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-01-24T03:00:59.335 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T03:01:01.631 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-24T03:01:01.632 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T03:01:17.760 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-01-24T03:01:32.776 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-01-24T03:01:32.777 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T03:01:33.829 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-01-24T03:01:34.147 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-01-24T03:01:34.361 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-01-24T03:01:34.361 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-01-24T03:01:34.362 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-01-24T03:01:34.380 INFO:teuthology.orchestra.run.smithi089.stdout:4.18.0-536.el8.x86_64 2024-01-24T03:01:34.380 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-01-24T03:01:34.380 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-24T03:01:34.380 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-24T03:01:34.713 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-24T03:01:34.713 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-01-24T03:01:34.714 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-01-24T03:01:34.731 INFO:teuthology.orchestra.run.smithi105.stdout:4.18.0-536.el8.x86_64 2024-01-24T03:01:34.731 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-01-24T03:01:34.731 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-24T03:01:34.731 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-24T03:01:35.381 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-24T03:01:35.381 DEBUG:teuthology.orchestra.run.smithi089:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-24T03:01:35.457 INFO:teuthology.orchestra.run.smithi089.stdout:ttyS1 2024-01-24T03:01:35.471 DEBUG:teuthology.parallel:result is None 2024-01-24T03:01:35.732 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-24T03:01:35.733 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-24T03:01:35.803 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2024-01-24T03:01:35.819 DEBUG:teuthology.parallel:result is None 2024-01-24T03:01:35.819 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-24T03:01:35.827 INFO:teuthology.task.internal:Creating test directory... 2024-01-24T03:01:35.827 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-24T03:01:35.829 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-24T03:01:35.847 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-24T03:01:35.854 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-24T03:01:35.867 INFO:teuthology.task.internal:Creating archive directory... 2024-01-24T03:01:35.867 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-24T03:01:35.889 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-24T03:01:35.924 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-24T03:01:35.932 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-24T03:01:35.932 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-24T03:01:35.959 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-24T03:01:35.993 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T03:01:35.996 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T03:01:36.003 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T03:01:36.006 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T03:01:36.008 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-24T03:01:36.016 INFO:teuthology.task.internal:Configuring sudo... 2024-01-24T03:01:36.016 DEBUG:teuthology.orchestra.run.smithi089:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-24T03:01:36.050 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-24T03:01:36.077 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-24T03:01:36.087 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-24T03:01:36.087 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-24T03:01:36.119 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-24T03:01:36.136 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T03:01:36.222 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T03:01:36.272 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T03:01:36.356 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T03:01:36.397 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-24T03:01:36.398 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-24T03:01:36.464 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T03:01:36.507 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T03:01:36.561 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T03:01:36.647 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T03:01:36.687 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-24T03:01:36.688 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-24T03:01:36.753 DEBUG:teuthology.orchestra.run.smithi089:> sudo service rsyslog restart 2024-01-24T03:01:36.755 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2024-01-24T03:01:36.810 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T03:01:36.854 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T03:01:37.152 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-24T03:01:37.161 INFO:teuthology.task.internal:Starting timer... 2024-01-24T03:01:37.161 INFO:teuthology.run_tasks:Running task pcp... 2024-01-24T03:01:37.202 INFO:teuthology.run_tasks:Running task selinux... 2024-01-24T03:01:37.223 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-24T03:01:37.223 DEBUG:teuthology.orchestra.run.smithi089:> sudo service auditd rotate 2024-01-24T03:01:37.306 INFO:teuthology.orchestra.run.smithi089.stdout:Rotating logs: 2024-01-24T03:01:37.308 DEBUG:teuthology.orchestra.run.smithi105:> sudo service auditd rotate 2024-01-24T03:01:37.368 INFO:teuthology.orchestra.run.smithi105.stdout:Rotating logs: 2024-01-24T03:01:37.369 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-24T03:01:37.369 DEBUG:teuthology.orchestra.run.smithi089:> /usr/sbin/getenforce 2024-01-24T03:01:37.401 INFO:teuthology.orchestra.run.smithi089.stdout:Permissive 2024-01-24T03:01:37.402 DEBUG:teuthology.orchestra.run.smithi105:> /usr/sbin/getenforce 2024-01-24T03:01:37.424 INFO:teuthology.orchestra.run.smithi105.stdout:Permissive 2024-01-24T03:01:37.425 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi089.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi105.front.sepia.ceph.com': 'permissive'} 2024-01-24T03:01:37.425 DEBUG:teuthology.orchestra.run.smithi089:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-24T03:01:37.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:01:37.469 DEBUG:teuthology.orchestra.run.smithi105:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-24T03:01:37.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:01:37.496 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-24T03:01:37.496 DEBUG:teuthology.orchestra.run.smithi089:> sudo /usr/sbin/setenforce permissive 2024-01-24T03:01:37.535 DEBUG:teuthology.orchestra.run.smithi105:> sudo /usr/sbin/setenforce permissive 2024-01-24T03:01:37.564 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-24T03:01:37.573 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-24T03:01:37.589 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-24T03:01:37.590 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi089.front.sepia.ceph.com,smithi105.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-24T03:07:18.805 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi089.front.sepia.ceph.com'), Remote(name='ubuntu@smithi105.front.sepia.ceph.com')] 2024-01-24T03:07:18.807 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-01-24T03:07:18.808 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T03:07:18.891 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-01-24T03:07:18.958 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-01-24T03:07:18.959 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-24T03:07:18.959 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T03:07:19.031 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-01-24T03:07:19.102 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-24T03:07:19.103 INFO:teuthology.run_tasks:Running task clock... 2024-01-24T03:07:19.114 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-24T03:07:19.114 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-24T03:07:19.115 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T03:07:19.117 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-24T03:07:19.117 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T03:07:19.146 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-24T03:07:19.160 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-24T03:07:19.175 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-24T03:07:19.188 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-24T03:07:19.228 INFO:teuthology.orchestra.run.smithi089.stderr:sudo: ntpd: command not found 2024-01-24T03:07:19.239 INFO:teuthology.orchestra.run.smithi089.stdout:506 Cannot talk to daemon 2024-01-24T03:07:19.252 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-24T03:07:19.254 INFO:teuthology.orchestra.run.smithi105.stderr:sudo: ntpd: command not found 2024-01-24T03:07:19.265 INFO:teuthology.orchestra.run.smithi105.stdout:506 Cannot talk to daemon 2024-01-24T03:07:19.265 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-24T03:07:19.278 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-24T03:07:19.291 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-24T03:07:19.339 INFO:teuthology.orchestra.run.smithi089.stderr:bash: ntpq: command not found 2024-01-24T03:07:19.343 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T03:07:19.343 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2024-01-24T03:07:19.344 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T03:07:19.344 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T03:07:19.344 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T03:07:19.344 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T03:07:19.351 INFO:teuthology.orchestra.run.smithi105.stderr:bash: ntpq: command not found 2024-01-24T03:07:19.355 INFO:teuthology.orchestra.run.smithi105.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T03:07:19.355 INFO:teuthology.orchestra.run.smithi105.stdout:=============================================================================== 2024-01-24T03:07:19.355 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T03:07:19.355 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T03:07:19.355 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T03:07:19.355 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T03:07:19.356 INFO:teuthology.run_tasks:Running task pexec... 2024-01-24T03:07:19.365 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-24T03:07:19.366 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi089.front.sepia.ceph.com 2024-01-24T03:07:19.366 DEBUG:teuthology.orchestra.run.smithi089:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-24T03:07:19.366 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi105.front.sepia.ceph.com 2024-01-24T03:07:19.367 DEBUG:teuthology.orchestra.run.smithi105:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-24T03:07:20.157 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:23 ago on Wed 24 Jan 2024 03:05:56 AM UTC. 2024-01-24T03:07:20.173 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:24 ago on Wed 24 Jan 2024 03:05:56 AM UTC. 2024-01-24T03:07:22.138 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-01-24T03:07:22.139 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-24T03:07:22.139 INFO:teuthology.orchestra.run.smithi089.stdout: Package Architecture Version Repository Size 2024-01-24T03:07:22.139 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-24T03:07:22.140 INFO:teuthology.orchestra.run.smithi089.stdout:Resetting modules: 2024-01-24T03:07:22.140 INFO:teuthology.orchestra.run.smithi089.stdout: container-tools 2024-01-24T03:07:22.140 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:07:22.140 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-01-24T03:07:22.140 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-24T03:07:22.140 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:07:22.148 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-01-24T03:07:22.149 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-24T03:07:22.149 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2024-01-24T03:07:22.149 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-24T03:07:22.149 INFO:teuthology.orchestra.run.smithi105.stdout:Resetting modules: 2024-01-24T03:07:22.149 INFO:teuthology.orchestra.run.smithi105.stdout: container-tools 2024-01-24T03:07:22.150 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T03:07:22.150 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-01-24T03:07:22.150 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-24T03:07:22.150 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T03:07:22.387 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-01-24T03:07:22.396 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-01-24T03:07:23.217 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:27 ago on Wed 24 Jan 2024 03:05:56 AM UTC. 2024-01-24T03:07:23.273 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:27 ago on Wed 24 Jan 2024 03:05:56 AM UTC. 2024-01-24T03:07:25.161 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-01-24T03:07:25.196 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-24T03:07:25.196 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2024-01-24T03:07:25.196 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-24T03:07:25.196 INFO:teuthology.orchestra.run.smithi089.stdout:Installing group/module packages: 2024-01-24T03:07:25.196 INFO:teuthology.orchestra.run.smithi089.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-24T03:07:25.196 INFO:teuthology.orchestra.run.smithi089.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-24T03:07:25.196 INFO:teuthology.orchestra.run.smithi089.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-24T03:07:25.196 INFO:teuthology.orchestra.run.smithi089.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-24T03:07:25.196 INFO:teuthology.orchestra.run.smithi089.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-24T03:07:25.196 INFO:teuthology.orchestra.run.smithi089.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-24T03:07:25.197 INFO:teuthology.orchestra.run.smithi089.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-24T03:07:25.197 INFO:teuthology.orchestra.run.smithi089.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-24T03:07:25.197 INFO:teuthology.orchestra.run.smithi089.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-24T03:07:25.197 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-01-24T03:07:25.197 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-24T03:07:25.197 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-24T03:07:25.197 INFO:teuthology.orchestra.run.smithi089.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-24T03:07:25.197 INFO:teuthology.orchestra.run.smithi089.stdout:Installing weak dependencies: 2024-01-24T03:07:25.197 INFO:teuthology.orchestra.run.smithi089.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-24T03:07:25.197 INFO:teuthology.orchestra.run.smithi089.stdout:Installing module profiles: 2024-01-24T03:07:25.197 INFO:teuthology.orchestra.run.smithi089.stdout: container-tools/common 2024-01-24T03:07:25.197 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:07:25.197 INFO:teuthology.orchestra.run.smithi089.stdout:Enabling module streams: 2024-01-24T03:07:25.197 INFO:teuthology.orchestra.run.smithi089.stdout: container-tools rhel8 2024-01-24T03:07:25.197 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:07:25.198 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-01-24T03:07:25.198 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-24T03:07:25.198 INFO:teuthology.orchestra.run.smithi089.stdout:Install 13 Packages 2024-01-24T03:07:25.198 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:07:25.198 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 27 M 2024-01-24T03:07:25.198 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 89 M 2024-01-24T03:07:25.198 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-01-24T03:07:25.248 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-01-24T03:07:25.283 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-24T03:07:25.283 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-01-24T03:07:25.283 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-24T03:07:25.283 INFO:teuthology.orchestra.run.smithi105.stdout:Installing group/module packages: 2024-01-24T03:07:25.283 INFO:teuthology.orchestra.run.smithi105.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-24T03:07:25.283 INFO:teuthology.orchestra.run.smithi105.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-24T03:07:25.283 INFO:teuthology.orchestra.run.smithi105.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-24T03:07:25.283 INFO:teuthology.orchestra.run.smithi105.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-24T03:07:25.283 INFO:teuthology.orchestra.run.smithi105.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-24T03:07:25.284 INFO:teuthology.orchestra.run.smithi105.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-24T03:07:25.284 INFO:teuthology.orchestra.run.smithi105.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-24T03:07:25.284 INFO:teuthology.orchestra.run.smithi105.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-24T03:07:25.284 INFO:teuthology.orchestra.run.smithi105.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-24T03:07:25.284 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-01-24T03:07:25.284 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-24T03:07:25.284 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-24T03:07:25.284 INFO:teuthology.orchestra.run.smithi105.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-24T03:07:25.284 INFO:teuthology.orchestra.run.smithi105.stdout:Installing weak dependencies: 2024-01-24T03:07:25.284 INFO:teuthology.orchestra.run.smithi105.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-24T03:07:25.284 INFO:teuthology.orchestra.run.smithi105.stdout:Installing module profiles: 2024-01-24T03:07:25.284 INFO:teuthology.orchestra.run.smithi105.stdout: container-tools/common 2024-01-24T03:07:25.284 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T03:07:25.284 INFO:teuthology.orchestra.run.smithi105.stdout:Enabling module streams: 2024-01-24T03:07:25.284 INFO:teuthology.orchestra.run.smithi105.stdout: container-tools rhel8 2024-01-24T03:07:25.285 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T03:07:25.285 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-01-24T03:07:25.285 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-24T03:07:25.285 INFO:teuthology.orchestra.run.smithi105.stdout:Install 13 Packages 2024-01-24T03:07:25.285 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T03:07:25.285 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 27 M 2024-01-24T03:07:25.285 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 89 M 2024-01-24T03:07:25.286 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-01-24T03:07:25.477 INFO:teuthology.orchestra.run.smithi089.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 3.1 MB/s | 750 kB 00:00 2024-01-24T03:07:25.535 INFO:teuthology.orchestra.run.smithi089.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.4 MB/s | 1.0 MB 00:00 2024-01-24T03:07:25.560 INFO:teuthology.orchestra.run.smithi089.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 453 kB/s | 38 kB 00:00 2024-01-24T03:07:25.582 INFO:teuthology.orchestra.run.smithi105.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.9 MB/s | 750 kB 00:00 2024-01-24T03:07:25.594 INFO:teuthology.orchestra.run.smithi089.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2024-01-24T03:07:25.641 INFO:teuthology.orchestra.run.smithi105.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 649 kB/s | 38 kB 00:00 2024-01-24T03:07:25.653 INFO:teuthology.orchestra.run.smithi089.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.0 MB/s | 178 kB 00:00 2024-01-24T03:07:25.700 INFO:teuthology.orchestra.run.smithi105.stdout:(3/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2024-01-24T03:07:25.703 INFO:teuthology.orchestra.run.smithi089.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 495 kB/s | 25 kB 00:00 2024-01-24T03:07:25.733 INFO:teuthology.orchestra.run.smithi105.stdout:(4/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.5 MB/s | 1.0 MB 00:00 2024-01-24T03:07:25.762 INFO:teuthology.orchestra.run.smithi089.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2024-01-24T03:07:25.833 INFO:teuthology.orchestra.run.smithi105.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.7 MB/s | 178 kB 00:00 2024-01-24T03:07:25.892 INFO:teuthology.orchestra.run.smithi105.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 424 kB/s | 25 kB 00:00 2024-01-24T03:07:25.904 INFO:teuthology.orchestra.run.smithi089.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 11 MB/s | 3.9 MB 00:00 2024-01-24T03:07:25.951 INFO:teuthology.orchestra.run.smithi105.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2024-01-24T03:07:26.094 INFO:teuthology.orchestra.run.smithi105.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 10 MB/s | 3.9 MB 00:00 2024-01-24T03:07:26.129 INFO:teuthology.orchestra.run.smithi089.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 11 MB/s | 9.6 MB 00:00 2024-01-24T03:07:26.196 INFO:teuthology.orchestra.run.smithi089.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.7 MB/s | 2.5 MB 00:00 2024-01-24T03:07:26.221 INFO:teuthology.orchestra.run.smithi089.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 573 kB/s | 53 kB 00:00 2024-01-24T03:07:26.255 INFO:teuthology.orchestra.run.smithi089.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 700 kB/s | 41 kB 00:00 2024-01-24T03:07:26.259 INFO:teuthology.orchestra.run.smithi105.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 10 MB/s | 9.6 MB 00:00 2024-01-24T03:07:26.318 INFO:teuthology.orchestra.run.smithi105.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 905 kB/s | 53 kB 00:00 2024-01-24T03:07:26.377 INFO:teuthology.orchestra.run.smithi105.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 700 kB/s | 41 kB 00:00 2024-01-24T03:07:26.452 INFO:teuthology.orchestra.run.smithi105.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 7.1 MB/s | 2.5 MB 00:00 2024-01-24T03:07:26.497 INFO:teuthology.orchestra.run.smithi089.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 11 MB/s | 8.1 MB 00:00 2024-01-24T03:07:26.497 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-01-24T03:07:26.497 INFO:teuthology.orchestra.run.smithi089.stdout:Total 20 MB/s | 27 MB 00:01 2024-01-24T03:07:26.760 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-01-24T03:07:26.781 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-01-24T03:07:26.781 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-01-24T03:07:27.051 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-01-24T03:07:27.054 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-01-24T03:07:27.236 INFO:teuthology.orchestra.run.smithi105.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 6.3 MB/s | 8.1 MB 00:01 2024-01-24T03:07:27.236 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-01-24T03:07:27.236 INFO:teuthology.orchestra.run.smithi105.stdout:Total 14 MB/s | 27 MB 00:01 2024-01-24T03:07:27.502 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-01-24T03:07:27.523 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-01-24T03:07:27.523 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-01-24T03:07:27.720 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-01-24T03:07:27.779 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-01-24T03:07:27.782 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-01-24T03:07:27.960 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-24T03:07:28.138 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-24T03:07:28.342 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-24T03:07:28.495 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-01-24T03:07:28.599 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-24T03:07:28.754 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-24T03:07:28.924 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-24T03:07:29.133 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-24T03:07:29.149 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-24T03:07:29.369 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-24T03:07:29.899 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-24T03:07:30.139 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-24T03:07:30.379 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-24T03:07:30.592 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-24T03:07:30.874 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-24T03:07:30.901 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-24T03:07:31.123 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-24T03:07:31.298 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-24T03:07:31.341 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-24T03:07:31.612 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-24T03:07:32.047 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-24T03:07:32.208 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-24T03:07:32.458 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-24T03:07:32.900 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-24T03:07:33.008 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-24T03:07:33.243 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-24T03:07:33.354 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-24T03:07:33.354 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-24T03:07:33.354 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-24T03:07:33.354 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-24T03:07:33.354 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-24T03:07:33.355 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-24T03:07:33.355 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-24T03:07:33.355 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-24T03:07:33.355 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-24T03:07:33.355 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-24T03:07:33.355 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-24T03:07:33.355 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-24T03:07:33.355 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-24T03:07:33.457 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-24T03:07:33.830 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-24T03:07:33.830 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:07:33.830 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-01-24T03:07:33.830 INFO:teuthology.orchestra.run.smithi089.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T03:07:33.830 INFO:teuthology.orchestra.run.smithi089.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T03:07:33.830 INFO:teuthology.orchestra.run.smithi089.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-24T03:07:33.831 INFO:teuthology.orchestra.run.smithi089.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-24T03:07:33.831 INFO:teuthology.orchestra.run.smithi089.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T03:07:33.831 INFO:teuthology.orchestra.run.smithi089.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-24T03:07:33.831 INFO:teuthology.orchestra.run.smithi089.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-24T03:07:33.831 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-24T03:07:33.831 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-24T03:07:33.831 INFO:teuthology.orchestra.run.smithi089.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T03:07:33.831 INFO:teuthology.orchestra.run.smithi089.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-24T03:07:33.831 INFO:teuthology.orchestra.run.smithi089.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-24T03:07:33.831 INFO:teuthology.orchestra.run.smithi089.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-24T03:07:33.831 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:07:33.831 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-01-24T03:07:33.877 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-24T03:07:33.877 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-24T03:07:33.878 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-24T03:07:33.878 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-24T03:07:33.878 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-24T03:07:33.878 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-24T03:07:33.878 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-24T03:07:33.878 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-24T03:07:33.878 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-24T03:07:33.878 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-24T03:07:33.878 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-24T03:07:33.878 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-24T03:07:33.878 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-24T03:07:34.111 DEBUG:teuthology.parallel:result is None 2024-01-24T03:07:34.425 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-24T03:07:34.425 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T03:07:34.425 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-01-24T03:07:34.426 INFO:teuthology.orchestra.run.smithi105.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T03:07:34.426 INFO:teuthology.orchestra.run.smithi105.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T03:07:34.426 INFO:teuthology.orchestra.run.smithi105.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-24T03:07:34.426 INFO:teuthology.orchestra.run.smithi105.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-24T03:07:34.426 INFO:teuthology.orchestra.run.smithi105.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T03:07:34.426 INFO:teuthology.orchestra.run.smithi105.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-24T03:07:34.426 INFO:teuthology.orchestra.run.smithi105.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-24T03:07:34.426 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-24T03:07:34.426 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-24T03:07:34.426 INFO:teuthology.orchestra.run.smithi105.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T03:07:34.426 INFO:teuthology.orchestra.run.smithi105.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-24T03:07:34.426 INFO:teuthology.orchestra.run.smithi105.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-24T03:07:34.426 INFO:teuthology.orchestra.run.smithi105.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-24T03:07:34.426 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T03:07:34.426 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-01-24T03:07:34.754 DEBUG:teuthology.parallel:result is None 2024-01-24T03:07:34.755 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-24T03:07:34.766 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-24T03:07:34.766 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-24T03:07:34.767 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T03:07:34.787 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-24T03:07:34.787 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_1 2024-01-24T03:07:34.847 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-24T03:07:34.847 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T03:07:34.847 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 162278 Links: 1 2024-01-24T03:07:34.847 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T03:07:34.847 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T03:07:34.847 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-01-24 03:07:33.075925750 +0000 2024-01-24T03:07:34.847 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-01-24 03:06:46.659159118 +0000 2024-01-24T03:07:34.847 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-01-24 03:06:46.659159118 +0000 2024-01-24T03:07:34.847 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-01-24T03:07:34.848 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-24T03:07:34.916 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-01-24T03:07:34.916 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-01-24T03:07:34.916 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000256875 s, 2.0 MB/s 2024-01-24T03:07:34.917 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-24T03:07:34.977 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_2 2024-01-24T03:07:35.036 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-24T03:07:35.036 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T03:07:35.036 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 165986 Links: 1 2024-01-24T03:07:35.036 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T03:07:35.036 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T03:07:35.036 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-01-24 03:07:33.075925750 +0000 2024-01-24T03:07:35.036 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-01-24 03:06:46.990151568 +0000 2024-01-24T03:07:35.036 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-01-24 03:06:46.990151568 +0000 2024-01-24T03:07:35.036 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-01-24T03:07:35.037 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-24T03:07:35.102 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-01-24T03:07:35.102 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-01-24T03:07:35.102 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000232255 s, 2.2 MB/s 2024-01-24T03:07:35.103 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-24T03:07:35.161 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_3 2024-01-24T03:07:35.219 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-24T03:07:35.220 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T03:07:35.220 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 165007 Links: 1 2024-01-24T03:07:35.220 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T03:07:35.220 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T03:07:35.220 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-01-24 03:07:33.075925750 +0000 2024-01-24T03:07:35.220 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-01-24 03:06:47.319144063 +0000 2024-01-24T03:07:35.220 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-01-24 03:06:47.319144063 +0000 2024-01-24T03:07:35.220 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-01-24T03:07:35.220 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-24T03:07:35.284 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-01-24T03:07:35.284 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-01-24T03:07:35.285 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000164866 s, 3.1 MB/s 2024-01-24T03:07:35.285 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-24T03:07:35.344 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_4 2024-01-24T03:07:35.402 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-24T03:07:35.402 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T03:07:35.402 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 164093 Links: 1 2024-01-24T03:07:35.402 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T03:07:35.402 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T03:07:35.403 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-01-24 03:07:33.075925750 +0000 2024-01-24T03:07:35.403 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-01-24 03:06:47.667136125 +0000 2024-01-24T03:07:35.403 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-01-24 03:06:47.667136125 +0000 2024-01-24T03:07:35.403 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-01-24T03:07:35.403 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-24T03:07:35.467 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-01-24T03:07:35.467 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-01-24T03:07:35.467 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000226308 s, 2.3 MB/s 2024-01-24T03:07:35.468 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-24T03:07:35.527 DEBUG:teuthology.orchestra.run.smithi089:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-24T03:07:35.636 INFO:teuthology.orchestra.run.smithi089.stdout:loop 2024-01-24T03:07:35.637 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_1... 2024-01-24T03:07:35.637 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-24T03:07:35.672 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-01-24T03:07:35.705 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_11 2024-01-24T03:07:35.743 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_2... 2024-01-24T03:07:35.744 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-24T03:07:35.820 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-01-24T03:07:35.853 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_21 2024-01-24T03:07:35.889 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_3... 2024-01-24T03:07:35.890 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-24T03:07:35.966 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-01-24T03:07:35.999 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_31 2024-01-24T03:07:36.035 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_4... 2024-01-24T03:07:36.035 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-24T03:07:36.111 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-01-24T03:07:36.143 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_41 2024-01-24T03:07:36.181 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-24T03:07:36.182 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T03:07:36.240 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme list 2024-01-24T03:07:36.305 INFO:teuthology.orchestra.run.smithi089.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-24T03:07:36.305 INFO:teuthology.orchestra.run.smithi089.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-24T03:07:36.306 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme0n1 PHFT62040126400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-24T03:07:36.306 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme1n1 c2b8f3be762dbee16665 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T03:07:36.306 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme2n1 1d2d3ff017eefbf088cc Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T03:07:36.306 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme3n1 9853ffa4878bb143528b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T03:07:36.306 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme4n1 48ea6ac4cf36b42b02ce Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T03:07:36.307 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T03:07:36.307 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-24T03:07:36.307 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/scratch_devs 2024-01-24T03:07:36.373 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-24T03:07:36.373 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T03:07:36.395 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-24T03:07:36.396 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_1 2024-01-24T03:07:36.457 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-24T03:07:36.457 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T03:07:36.458 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 167021 Links: 1 2024-01-24T03:07:36.458 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T03:07:36.458 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T03:07:36.458 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-01-24 03:07:33.597020935 +0000 2024-01-24T03:07:36.458 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-01-24 03:06:46.676706548 +0000 2024-01-24T03:07:36.458 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-01-24 03:06:46.676706548 +0000 2024-01-24T03:07:36.458 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-01-24T03:07:36.458 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-24T03:07:36.528 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-01-24T03:07:36.528 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-01-24T03:07:36.528 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000269248 s, 1.9 MB/s 2024-01-24T03:07:36.529 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-24T03:07:36.592 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_2 2024-01-24T03:07:36.652 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-24T03:07:36.653 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T03:07:36.653 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 167081 Links: 1 2024-01-24T03:07:36.653 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T03:07:36.653 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T03:07:36.653 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-01-24 03:07:33.597020935 +0000 2024-01-24T03:07:36.653 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-01-24 03:06:47.025699594 +0000 2024-01-24T03:07:36.653 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-01-24 03:06:47.025699594 +0000 2024-01-24T03:07:36.653 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-01-24T03:07:36.653 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-24T03:07:36.722 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-01-24T03:07:36.722 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-01-24T03:07:36.722 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000226481 s, 2.3 MB/s 2024-01-24T03:07:36.723 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-24T03:07:36.783 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_3 2024-01-24T03:07:36.844 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-24T03:07:36.844 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T03:07:36.844 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 166028 Links: 1 2024-01-24T03:07:36.844 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T03:07:36.844 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T03:07:36.845 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-01-24 03:07:33.597020935 +0000 2024-01-24T03:07:36.845 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-01-24 03:06:47.373692659 +0000 2024-01-24T03:07:36.845 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-01-24 03:06:47.373692659 +0000 2024-01-24T03:07:36.845 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-01-24T03:07:36.845 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-24T03:07:36.912 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-01-24T03:07:36.912 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-01-24T03:07:36.912 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000193309 s, 2.6 MB/s 2024-01-24T03:07:36.913 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-24T03:07:36.973 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_4 2024-01-24T03:07:37.035 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-24T03:07:37.035 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T03:07:37.035 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 163535 Links: 1 2024-01-24T03:07:37.035 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T03:07:37.036 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T03:07:37.036 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-01-24 03:07:33.597020935 +0000 2024-01-24T03:07:37.036 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-01-24 03:06:47.702686103 +0000 2024-01-24T03:07:37.036 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-01-24 03:06:47.702686103 +0000 2024-01-24T03:07:37.036 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-01-24T03:07:37.037 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-24T03:07:37.102 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-01-24T03:07:37.102 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-01-24T03:07:37.102 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000233041 s, 2.2 MB/s 2024-01-24T03:07:37.103 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-24T03:07:37.163 DEBUG:teuthology.orchestra.run.smithi105:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-24T03:07:37.294 INFO:teuthology.orchestra.run.smithi105.stdout:loop 2024-01-24T03:07:37.296 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_1... 2024-01-24T03:07:37.296 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-24T03:07:37.331 INFO:teuthology.orchestra.run.smithi105.stdout:1 2024-01-24T03:07:37.363 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_11 2024-01-24T03:07:37.402 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_2... 2024-01-24T03:07:37.403 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-24T03:07:37.479 INFO:teuthology.orchestra.run.smithi105.stdout:1 2024-01-24T03:07:37.511 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_21 2024-01-24T03:07:37.548 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_3... 2024-01-24T03:07:37.548 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-24T03:07:37.624 INFO:teuthology.orchestra.run.smithi105.stdout:1 2024-01-24T03:07:37.657 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_31 2024-01-24T03:07:37.694 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_4... 2024-01-24T03:07:37.694 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-24T03:07:37.768 INFO:teuthology.orchestra.run.smithi105.stdout:1 2024-01-24T03:07:37.801 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_41 2024-01-24T03:07:37.837 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-24T03:07:37.839 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T03:07:37.895 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme list 2024-01-24T03:07:37.960 INFO:teuthology.orchestra.run.smithi105.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-24T03:07:37.961 INFO:teuthology.orchestra.run.smithi105.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-24T03:07:37.961 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme0n1 PHFT620400TR400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-24T03:07:37.961 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme1n1 3385d588817cbfc57194 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T03:07:37.961 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme2n1 9165f5c4931d10ad432a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T03:07:37.961 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme3n1 4bf8973bd83a67d9db34 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T03:07:37.961 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme4n1 eed051ba26c5f4a98778 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T03:07:37.962 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T03:07:37.962 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-24T03:07:37.962 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/scratch_devs 2024-01-24T03:07:38.029 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-24T03:07:38.107 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': 'a70aebef70df6ec2d957347ccbfc484e0573dd5f'} 2024-01-24T03:07:38.107 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-24T03:07:38.107 INFO:tasks.cephadm:Cluster fsid is baa7a844-ba65-11ee-95b1-87774f69a715 2024-01-24T03:07:38.107 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-24T03:07:38.108 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-24T03:07:38.108 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi089': '172.21.15.89', 'mon.smithi105': '172.21.15.105'} 2024-01-24T03:07:38.108 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-24T03:07:38.108 DEBUG:teuthology.orchestra.run.smithi089:> sudo hostname $(hostname -s) 2024-01-24T03:07:38.141 DEBUG:teuthology.orchestra.run.smithi105:> sudo hostname $(hostname -s) 2024-01-24T03:07:38.169 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref a70aebef70df6ec2d957347ccbfc484e0573dd5f)... 2024-01-24T03:07:38.169 DEBUG:teuthology.orchestra.run.smithi089:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/a70aebef70df6ec2d957347ccbfc484e0573dd5f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-24T03:07:38.415 INFO:teuthology.orchestra.run.smithi089.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 24 03:07 /home/ubuntu/cephtest/cephadm 2024-01-24T03:07:38.415 DEBUG:teuthology.orchestra.run.smithi105:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/a70aebef70df6ec2d957347ccbfc484e0573dd5f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-24T03:07:38.553 INFO:teuthology.orchestra.run.smithi105.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 24 03:07 /home/ubuntu/cephtest/cephadm 2024-01-24T03:07:38.553 DEBUG:teuthology.orchestra.run.smithi089:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-24T03:07:38.576 DEBUG:teuthology.orchestra.run.smithi105:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-24T03:07:38.602 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /etc/ceph 2024-01-24T03:07:38.648 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /etc/ceph 2024-01-24T03:07:38.676 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 777 /etc/ceph 2024-01-24T03:07:38.719 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 777 /etc/ceph 2024-01-24T03:07:38.745 INFO:tasks.cephadm:Writing seed config... 2024-01-24T03:07:38.746 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-24T03:07:38.746 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-24T03:07:38.746 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-24T03:07:38.746 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-24T03:07:38.746 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-24T03:07:38.747 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-24T03:07:38.747 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-24T03:07:38.747 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-24T03:07:38.747 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-24T03:07:38.747 DEBUG:teuthology.orchestra.run.smithi089:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-24T03:07:38.781 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 = baa7a844-ba65-11ee-95b1-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-24T03:07:38.781 DEBUG:teuthology.orchestra.run.smithi089:mon.smithi089> sudo journalctl -f -n 0 -u ceph-baa7a844-ba65-11ee-95b1-87774f69a715@mon.smithi089.service 2024-01-24T03:07:38.824 INFO:tasks.cephadm:Bootstrapping... 2024-01-24T03:07:38.824 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f -v bootstrap --fsid baa7a844-ba65-11ee-95b1-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.89 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-24T03:07:38.853 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:-- Logs begin at Wed 2024-01-24 03:01:11 UTC. -- 2024-01-24T03:07:39.125 INFO:teuthology.orchestra.run.smithi089.stderr:-------------------------------------------------------------------------------- 2024-01-24T03:07:39.125 INFO:teuthology.orchestra.run.smithi089.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f', '-v', 'bootstrap', '--fsid', 'baa7a844-ba65-11ee-95b1-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.89', '--skip-admin-label'] 2024-01-24T03:07:40.462 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: 4.6.1 2024-01-24T03:07:40.473 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying podman|docker is present... 2024-01-24T03:07:40.496 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: 4.6.1 2024-01-24T03:07:40.504 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying lvm2 is present... 2024-01-24T03:07:40.504 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying time synchronization is in place... 2024-01-24T03:07:40.511 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-24T03:07:40.517 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-01-24T03:07:40.524 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: enabled 2024-01-24T03:07:40.530 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: active 2024-01-24T03:07:40.531 INFO:teuthology.orchestra.run.smithi089.stderr:Unit chronyd.service is enabled and running 2024-01-24T03:07:40.531 INFO:teuthology.orchestra.run.smithi089.stderr:Repeating the final host check... 2024-01-24T03:07:40.551 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: 4.6.1 2024-01-24T03:07:40.561 INFO:teuthology.orchestra.run.smithi089.stderr:podman (/bin/podman) version 4.6.1 is present 2024-01-24T03:07:40.562 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl is present 2024-01-24T03:07:40.562 INFO:teuthology.orchestra.run.smithi089.stderr:lvcreate is present 2024-01-24T03:07:40.567 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-24T03:07:40.573 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-01-24T03:07:40.579 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: enabled 2024-01-24T03:07:40.584 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: active 2024-01-24T03:07:40.585 INFO:teuthology.orchestra.run.smithi089.stderr:Unit chronyd.service is enabled and running 2024-01-24T03:07:40.585 INFO:teuthology.orchestra.run.smithi089.stderr:Host looks OK 2024-01-24T03:07:40.585 INFO:teuthology.orchestra.run.smithi089.stderr:Cluster fsid: baa7a844-ba65-11ee-95b1-87774f69a715 2024-01-24T03:07:40.586 INFO:teuthology.orchestra.run.smithi089.stderr:Acquiring lock 139698557853824 on /run/cephadm/baa7a844-ba65-11ee-95b1-87774f69a715.lock 2024-01-24T03:07:40.586 INFO:teuthology.orchestra.run.smithi089.stderr:Lock 139698557853824 acquired on /run/cephadm/baa7a844-ba65-11ee-95b1-87774f69a715.lock 2024-01-24T03:07:40.586 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying IP 172.21.15.89 port 3300 ... 2024-01-24T03:07:40.586 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying IP 172.21.15.89 port 6789 ... 2024-01-24T03:07:40.586 INFO:teuthology.orchestra.run.smithi089.stderr:Base mon IP(s) is [172.21.15.89:3300, 172.21.15.89:6789], mon addrv is [v2:172.21.15.89:3300,v1:172.21.15.89:6789] 2024-01-24T03:07:40.589 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.89 metric 100 2024-01-24T03:07:40.589 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.89 metric 100 2024-01-24T03:07:40.592 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-24T03:07:40.592 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-24T03:07:40.592 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1795sec hoplimit 64 pref medium 2024-01-24T03:07:40.595 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-24T03:07:40.595 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-24T03:07:40.595 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-24T03:07:40.595 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-24T03:07:40.595 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d501/64 scope link 2024-01-24T03:07:40.595 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-24T03:07:40.596 INFO:teuthology.orchestra.run.smithi089.stderr:Mon IP `172.21.15.89` is in CIDR network `172.21.0.0/20` 2024-01-24T03:07:40.596 INFO:teuthology.orchestra.run.smithi089.stderr:Mon IP `172.21.15.89` is in CIDR network `172.21.0.0/20` 2024-01-24T03:07:40.596 INFO:teuthology.orchestra.run.smithi089.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-24T03:07:40.597 INFO:teuthology.orchestra.run.smithi089.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-24T03:07:40.597 INFO:teuthology.orchestra.run.smithi089.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f... 2024-01-24T03:07:40.685 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f... 2024-01-24T03:07:40.774 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Getting image source signatures 2024-01-24T03:07:40.784 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Copying blob sha256:bc4c4b5b825b25c40bd4d1b5b2bef6bc41033cac3926cd78b1aa65ed9989b16b 2024-01-24T03:07:40.784 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Copying blob sha256:6c507150f7e9f028ef978d633e702dab944bbda82bfbc46f6307495cf6dd9fc7 2024-01-24T03:08:05.650 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Copying config sha256:377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-24T03:08:05.699 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Writing manifest to image destination 2024-01-24T03:08:05.966 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-24T03:08:06.473 INFO:teuthology.orchestra.run.smithi089.stderr:ceph: ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable) 2024-01-24T03:08:06.822 INFO:teuthology.orchestra.run.smithi089.stderr:Ceph version: ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable) 2024-01-24T03:08:06.823 INFO:teuthology.orchestra.run.smithi089.stderr:Extracting ceph user uid/gid from container image... 2024-01-24T03:08:07.090 INFO:teuthology.orchestra.run.smithi089.stderr:stat: 167 167 2024-01-24T03:08:07.448 INFO:teuthology.orchestra.run.smithi089.stderr:Creating initial keys... 2024-01-24T03:08:07.707 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-authtool: AQAXf7BllD5mKRAA6VBy6ix71/GsRN0TzzGJ0Q== 2024-01-24T03:08:08.298 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-authtool: AQAYf7BlFB1KEBAA5AXXUWJp5cZSHblke3Gisw== 2024-01-24T03:08:08.882 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-authtool: AQAYf7BlAKOKMxAA4WKBVs6pyRgaMoDnDQ0LJA== 2024-01-24T03:08:09.209 INFO:teuthology.orchestra.run.smithi089.stderr:Creating initial monmap... 2024-01-24T03:08:09.464 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-24T03:08:09.465 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to baa7a844-ba65-11ee-95b1-87774f69a715 2024-01-24T03:08:09.465 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-24T03:08:09.789 INFO:teuthology.orchestra.run.smithi089.stderr:monmaptool for smithi089 [v2:172.21.15.89:3300,v1:172.21.15.89:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-24T03:08:09.790 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: set fsid to baa7a844-ba65-11ee-95b1-87774f69a715 2024-01-24T03:08:09.790 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-24T03:08:09.790 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-24T03:08:09.790 INFO:teuthology.orchestra.run.smithi089.stderr:Creating mon... 2024-01-24T03:08:10.081 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.051+0000 7fc390b06880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-24T03:08:10.082 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.051+0000 7fc390b06880 1 imported monmap: 2024-01-24T03:08:10.082 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-24T03:08:10.082 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: fsid baa7a844-ba65-11ee-95b1-87774f69a715 2024-01-24T03:08:10.082 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: last_changed 2024-01-24T03:08:09.453501+0000 2024-01-24T03:08:10.082 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: created 2024-01-24T03:08:09.453501+0000 2024-01-24T03:08:10.082 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-24T03:08:10.082 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-24T03:08:10.082 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.smithi089 2024-01-24T03:08:10.082 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-24T03:08:10.082 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.051+0000 7fc390b06880 0 /usr/bin/ceph-mon: set fsid to baa7a844-ba65-11ee-95b1-87774f69a715 2024-01-24T03:08:10.082 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: RocksDB version: 6.8.1 2024-01-24T03:08:10.082 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-24T03:08:10.082 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-24T03:08:10.082 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Compile date Jan 11 2024 2024-01-24T03:08:10.083 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: DB SUMMARY 2024-01-24T03:08:10.083 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-24T03:08:10.083 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi089/store.db dir, Total Num: 0, files: 2024-01-24T03:08:10.083 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-24T03:08:10.083 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi089/store.db: 2024-01-24T03:08:10.083 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-24T03:08:10.083 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.error_if_exists: 0 2024-01-24T03:08:10.083 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.create_if_missing: 1 2024-01-24T03:08:10.083 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.paranoid_checks: 1 2024-01-24T03:08:10.083 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.env: 0x55f2a0841080 2024-01-24T03:08:10.083 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.fs: Posix File System 2024-01-24T03:08:10.083 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.info_log: 0x55f2a2791380 2024-01-24T03:08:10.083 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-24T03:08:10.083 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.statistics: (nil) 2024-01-24T03:08:10.083 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.use_fsync: 0 2024-01-24T03:08:10.084 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.max_log_file_size: 0 2024-01-24T03:08:10.084 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-24T03:08:10.084 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-24T03:08:10.084 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-24T03:08:10.084 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-24T03:08:10.084 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.allow_fallocate: 1 2024-01-24T03:08:10.084 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-24T03:08:10.084 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-24T03:08:10.084 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.use_direct_reads: 0 2024-01-24T03:08:10.084 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-24T03:08:10.084 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-24T03:08:10.084 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.db_log_dir: 2024-01-24T03:08:10.084 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi089/store.db 2024-01-24T03:08:10.084 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-24T03:08:10.084 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.max_subcompactions: 1 2024-01-24T03:08:10.085 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.max_background_flushes: -1 2024-01-24T03:08:10.085 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-24T03:08:10.085 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-24T03:08:10.085 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-24T03:08:10.085 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-24T03:08:10.085 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-24T03:08:10.085 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-24T03:08:10.085 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-24T03:08:10.085 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.write_buffer_manager: 0x55f2a2797980 2024-01-24T03:08:10.085 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-24T03:08:10.085 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-24T03:08:10.085 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-24T03:08:10.085 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-24T03:08:10.085 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-24T03:08:10.085 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-24T03:08:10.085 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-24T03:08:10.086 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-24T03:08:10.086 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-24T03:08:10.086 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.unordered_write: 0 2024-01-24T03:08:10.086 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-24T03:08:10.086 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-24T03:08:10.086 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-24T03:08:10.086 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-24T03:08:10.086 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.row_cache: None 2024-01-24T03:08:10.086 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.wal_filter: None 2024-01-24T03:08:10.086 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-24T03:08:10.086 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-24T03:08:10.086 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.preserve_deletes: 0 2024-01-24T03:08:10.086 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.two_write_queues: 0 2024-01-24T03:08:10.086 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-24T03:08:10.087 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.atomic_flush: 0 2024-01-24T03:08:10.087 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-24T03:08:10.087 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-24T03:08:10.087 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-24T03:08:10.087 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.log_readahead_size: 0 2024-01-24T03:08:10.087 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-24T03:08:10.087 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.max_background_jobs: 2 2024-01-24T03:08:10.087 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.max_background_compactions: -1 2024-01-24T03:08:10.087 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-24T03:08:10.087 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-24T03:08:10.087 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-24T03:08:10.087 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-24T03:08:10.087 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-24T03:08:10.087 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-24T03:08:10.087 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-24T03:08:10.088 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-24T03:08:10.088 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.max_open_files: -1 2024-01-24T03:08:10.088 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-24T03:08:10.088 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-24T03:08:10.088 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-24T03:08:10.088 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-24T03:08:10.088 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Compression algorithms supported: 2024-01-24T03:08:10.088 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-24T03:08:10.088 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: kZSTD supported: 0 2024-01-24T03:08:10.088 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: kXpressCompression supported: 0 2024-01-24T03:08:10.088 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-24T03:08:10.088 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: kLZ4Compression supported: 1 2024-01-24T03:08:10.088 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: kBZip2Compression supported: 0 2024-01-24T03:08:10.088 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: kZlibCompression supported: 1 2024-01-24T03:08:10.089 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: kSnappyCompression supported: 1 2024-01-24T03:08:10.089 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.052+0000 7fc390b06880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-24T03:08:10.089 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-24T03:08:10.089 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-24T03:08:10.089 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000001 2024-01-24T03:08:10.089 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-24T03:08:10.089 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-24T03:08:10.089 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-24T03:08:10.089 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-24T03:08:10.089 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.merge_operator: 2024-01-24T03:08:10.089 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compaction_filter: None 2024-01-24T03:08:10.089 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-24T03:08:10.089 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-24T03:08:10.089 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-24T03:08:10.089 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f2a26a7d30) 2024-01-24T03:08:10.090 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-24T03:08:10.090 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-24T03:08:10.090 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-24T03:08:10.090 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-24T03:08:10.090 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-24T03:08:10.090 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-24T03:08:10.090 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-24T03:08:10.090 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-24T03:08:10.090 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-24T03:08:10.090 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-24T03:08:10.090 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-24T03:08:10.090 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_cache: 0x55f2a26dcd10 2024-01-24T03:08:10.090 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-24T03:08:10.090 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-24T03:08:10.090 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-24T03:08:10.091 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-24T03:08:10.091 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-24T03:08:10.091 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-24T03:08:10.091 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-24T03:08:10.091 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-24T03:08:10.091 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-24T03:08:10.091 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-24T03:08:10.091 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-24T03:08:10.091 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-24T03:08:10.091 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-24T03:08:10.091 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-24T03:08:10.091 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-24T03:08:10.091 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-24T03:08:10.091 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-24T03:08:10.091 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-24T03:08:10.092 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-24T03:08:10.092 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-24T03:08:10.092 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-24T03:08:10.092 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-24T03:08:10.092 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-24T03:08:10.092 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-24T03:08:10.092 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-24T03:08:10.092 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compression: NoCompression 2024-01-24T03:08:10.092 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-24T03:08:10.092 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-24T03:08:10.092 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-24T03:08:10.092 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.num_levels: 7 2024-01-24T03:08:10.092 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-24T03:08:10.092 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-24T03:08:10.093 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-24T03:08:10.093 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-24T03:08:10.093 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-24T03:08:10.093 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-24T03:08:10.093 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-24T03:08:10.093 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-24T03:08:10.093 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-24T03:08:10.093 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-24T03:08:10.093 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-24T03:08:10.093 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-24T03:08:10.093 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-24T03:08:10.093 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-24T03:08:10.093 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-24T03:08:10.093 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-24T03:08:10.093 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-24T03:08:10.094 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-24T03:08:10.094 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-24T03:08:10.094 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-24T03:08:10.094 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-24T03:08:10.094 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-24T03:08:10.094 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-24T03:08:10.094 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-24T03:08:10.094 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-24T03:08:10.094 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-24T03:08:10.094 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-24T03:08:10.094 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-24T03:08:10.094 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-24T03:08:10.094 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-24T03:08:10.094 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-24T03:08:10.094 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-24T03:08:10.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-24T03:08:10.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-24T03:08:10.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-24T03:08:10.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-24T03:08:10.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-24T03:08:10.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-24T03:08:10.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-24T03:08:10.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-24T03:08:10.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-24T03:08:10.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-24T03:08:10.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-24T03:08:10.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-24T03:08:10.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-24T03:08:10.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-24T03:08:10.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-24T03:08:10.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.table_properties_collectors: 2024-01-24T03:08:10.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.inplace_update_support: 0 2024-01-24T03:08:10.096 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-24T03:08:10.096 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-24T03:08:10.096 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-24T03:08:10.096 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-24T03:08:10.096 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.bloom_locality: 0 2024-01-24T03:08:10.096 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.max_successive_merges: 0 2024-01-24T03:08:10.096 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-24T03:08:10.096 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-24T03:08:10.096 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-24T03:08:10.096 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-24T03:08:10.096 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.ttl: 2592000 2024-01-24T03:08:10.096 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-24T03:08:10.096 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-24T03:08:10.096 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-24T03:08:10.096 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.053+0000 7fc390b06880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-24T03:08:10.097 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-24T03:08:10.097 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.056+0000 7fc390b06880 4 rocksdb: DB pointer 0x55f2a27a5800 2024-01-24T03:08:10.097 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.056+0000 7fc37997c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-24T03:08:10.097 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.056+0000 7fc37997c700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-24T03:08:10.097 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-24T03:08:10.097 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T03:08:10.097 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-24T03:08:10.097 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-24T03:08:10.097 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T03:08:10.097 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-24T03:08:10.097 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-24T03:08:10.097 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T03:08:10.097 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-24T03:08:10.097 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T03:08:10.097 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T03:08:10.097 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T03:08:10.097 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-24T03:08:10.098 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-24T03:08:10.098 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-24T03:08:10.098 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T03:08:10.098 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T03:08:10.098 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T03:08:10.098 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T03:08:10.098 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T03:08:10.098 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T03:08:10.098 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T03:08:10.098 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T03:08:10.098 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-24T03:08:10.098 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T03:08:10.098 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T03:08:10.098 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-24T03:08:10.098 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-24T03:08:10.098 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-24T03:08:10.098 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-24T03:08:10.099 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T03:08:10.099 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T03:08:10.099 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T03:08:10.099 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-24T03:08:10.099 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-24T03:08:10.099 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-24T03:08:10.099 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T03:08:10.099 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T03:08:10.099 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T03:08:10.099 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T03:08:10.099 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T03:08:10.099 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T03:08:10.099 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T03:08:10.099 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T03:08:10.099 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-24T03:08:10.099 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T03:08:10.099 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T03:08:10.100 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-24T03:08:10.100 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-24T03:08:10.100 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-24T03:08:10.100 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-24T03:08:10.100 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.057+0000 7fc390b06880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-24T03:08:10.100 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.057+0000 7fc390b06880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-24T03:08:10.100 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:08:10.057+0000 7fc390b06880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi089 for mon.smithi089 2024-01-24T03:08:10.411 INFO:teuthology.orchestra.run.smithi089.stderr:create mon.smithi089 on 2024-01-24T03:08:10.514 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-24T03:08:10.607 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-baa7a844-ba65-11ee-95b1-87774f69a715.target → /etc/systemd/system/ceph-baa7a844-ba65-11ee-95b1-87774f69a715.target. 2024-01-24T03:08:10.608 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-baa7a844-ba65-11ee-95b1-87774f69a715.target → /etc/systemd/system/ceph-baa7a844-ba65-11ee-95b1-87774f69a715.target. 2024-01-24T03:08:10.810 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Failed to reset failed state of unit ceph-baa7a844-ba65-11ee-95b1-87774f69a715@mon.smithi089.service: Unit ceph-baa7a844-ba65-11ee-95b1-87774f69a715@mon.smithi089.service not loaded. 2024-01-24T03:08:10.817 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/ceph-baa7a844-ba65-11ee-95b1-87774f69a715.target.wants/ceph-baa7a844-ba65-11ee-95b1-87774f69a715@mon.smithi089.service → /etc/systemd/system/ceph-baa7a844-ba65-11ee-95b1-87774f69a715@.service. 2024-01-24T03:08:11.543 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: disabled 2024-01-24T03:08:11.551 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-01-24T03:08:11.552 INFO:teuthology.orchestra.run.smithi089.stderr:firewalld.service is not enabled 2024-01-24T03:08:11.552 INFO:teuthology.orchestra.run.smithi089.stderr:Not possible to enable service . firewalld.service is not available 2024-01-24T03:08:11.552 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mon to start... 2024-01-24T03:08:11.553 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mon... 2024-01-24T03:08:11.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[34781]: cluster 2024-01-24T03:08:11.552279+0000 mon.smithi089 (mon.0) 1 : cluster [INF] mon.smithi089 is new leader, mons smithi089 in quorum (ranks 0) 2024-01-24T03:08:12.023 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: cluster: 2024-01-24T03:08:12.024 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: id: baa7a844-ba65-11ee-95b1-87774f69a715 2024-01-24T03:08:12.024 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-24T03:08:12.024 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-24T03:08:12.024 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: services: 2024-01-24T03:08:12.024 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi089 (age 0.462985s) 2024-01-24T03:08:12.024 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-24T03:08:12.024 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-24T03:08:12.024 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-24T03:08:12.024 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: data: 2024-01-24T03:08:12.024 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-24T03:08:12.024 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-24T03:08:12.024 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-24T03:08:12.024 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: pgs: 2024-01-24T03:08:12.024 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-24T03:08:12.383 INFO:teuthology.orchestra.run.smithi089.stderr:mon is available 2024-01-24T03:08:12.383 INFO:teuthology.orchestra.run.smithi089.stderr:Assimilating anything we can from ceph.conf... 2024-01-24T03:08:12.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[34781]: cluster 2024-01-24T03:08:11.559681+0000 mon.smithi089 (mon.0) 2 : cluster [INF] mon.smithi089 is new leader, mons smithi089 in quorum (ranks 0) 2024-01-24T03:08:12.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[34781]: cluster 2024-01-24T03:08:11.561711+0000 mon.smithi089 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0]} removed_ranks: {} 2024-01-24T03:08:12.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[34781]: cluster 2024-01-24T03:08:11.565159+0000 mon.smithi089 (mon.0) 4 : cluster [DBG] fsmap 2024-01-24T03:08:12.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[34781]: cluster 2024-01-24T03:08:11.568968+0000 mon.smithi089 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-24T03:08:12.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[34781]: cluster 2024-01-24T03:08:11.569424+0000 mon.smithi089 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-24T03:08:12.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[34781]: audit 2024-01-24T03:08:12.022608+0000 mon.smithi089 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.89:0/1754333687' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-24T03:08:12.880 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-24T03:08:12.881 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [global] 2024-01-24T03:08:12.881 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: fsid = baa7a844-ba65-11ee-95b1-87774f69a715 2024-01-24T03:08:12.881 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.89:3300,v1:172.21.15.89:6789] 2024-01-24T03:08:12.881 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-24T03:08:12.881 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-24T03:08:12.881 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-24T03:08:12.881 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-24T03:08:12.881 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-24T03:08:12.881 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [mgr] 2024-01-24T03:08:12.881 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-24T03:08:12.881 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-24T03:08:12.881 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [osd] 2024-01-24T03:08:12.881 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-24T03:08:12.882 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-24T03:08:13.216 INFO:teuthology.orchestra.run.smithi089.stderr:Generating new minimal ceph.conf... 2024-01-24T03:08:13.823 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[34781]: audit 2024-01-24T03:08:12.876677+0000 mon.smithi089 (mon.0) 8 : audit [INF] from='client.? 172.21.15.89:0/1627684760' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-24T03:08:13.824 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[34781]: audit 2024-01-24T03:08:12.879904+0000 mon.smithi089 (mon.0) 9 : audit [INF] from='client.? 172.21.15.89:0/1627684760' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-24T03:08:14.017 INFO:teuthology.orchestra.run.smithi089.stderr:Restarting the monitor... 2024-01-24T03:08:14.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:14 smithi089 systemd[1]: Stopping Ceph mon.smithi089 for baa7a844-ba65-11ee-95b1-87774f69a715... 2024-01-24T03:08:14.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:14 smithi089 bash[35107]: Error: no container with name or ID "ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon.smithi089" found: no such container 2024-01-24T03:08:14.489 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[34781]: debug 2024-01-24T03:08:14.202+0000 7f22614cf700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi089 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-24T03:08:14.489 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[34781]: debug 2024-01-24T03:08:14.202+0000 7f22614cf700 -1 mon.smithi089@0(leader) e1 *** Got Signal Terminated *** 2024-01-24T03:08:14.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:14 smithi089 bash[35145]: ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089 2024-01-24T03:08:14.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:14 smithi089 systemd[1]: ceph-baa7a844-ba65-11ee-95b1-87774f69a715@mon.smithi089.service: Succeeded. 2024-01-24T03:08:14.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:14 smithi089 systemd[1]: Stopped Ceph mon.smithi089 for baa7a844-ba65-11ee-95b1-87774f69a715. 2024-01-24T03:08:14.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:14 smithi089 systemd[1]: Starting Ceph mon.smithi089 for baa7a844-ba65-11ee-95b1-87774f69a715... 2024-01-24T03:08:15.060 INFO:teuthology.orchestra.run.smithi089.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-24T03:08:15.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.048+0000 7fc8ac9b9880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-24T03:08:15.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.048+0000 7fc8ac9b9880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-24T03:08:15.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.048+0000 7fc8ac9b9880 0 pidfile_write: ignore empty --pid-file 2024-01-24T03:08:15.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.052+0000 7fc8ac9b9880 0 load: jerasure load: lrc load: isa 2024-01-24T03:08:15.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: RocksDB version: 6.8.1 2024-01-24T03:08:15.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-24T03:08:15.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Compile date Jan 11 2024 2024-01-24T03:08:15.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: DB SUMMARY 2024-01-24T03:08:15.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: CURRENT file: CURRENT 2024-01-24T03:08:15.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-24T03:08:15.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-24T03:08:15.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi089/store.db dir, Total Num: 1, files: 000004.sst 2024-01-24T03:08:15.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi089/store.db: 000006.log size: 81192 ; 2024-01-24T03:08:15.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.error_if_exists: 0 2024-01-24T03:08:15.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.create_if_missing: 0 2024-01-24T03:08:15.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.paranoid_checks: 1 2024-01-24T03:08:15.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.env: 0x5619e609f080 2024-01-24T03:08:15.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.fs: Posix File System 2024-01-24T03:08:15.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.info_log: 0x5619e820fd20 2024-01-24T03:08:15.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-24T03:08:15.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.statistics: (nil) 2024-01-24T03:08:15.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.use_fsync: 0 2024-01-24T03:08:15.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_log_file_size: 0 2024-01-24T03:08:15.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-24T03:08:15.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-24T03:08:15.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-24T03:08:15.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-24T03:08:15.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.allow_fallocate: 1 2024-01-24T03:08:15.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-24T03:08:15.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-24T03:08:15.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.use_direct_reads: 0 2024-01-24T03:08:15.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-24T03:08:15.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-24T03:08:15.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.db_log_dir: 2024-01-24T03:08:15.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi089/store.db 2024-01-24T03:08:15.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-24T03:08:15.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 bash[35265]: ebc146153ec52c203e7a466ec72f65c236bb1c89cbf23352611831a8382cf1a8 2024-01-24T03:08:15.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_subcompactions: 1 2024-01-24T03:08:15.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_background_flushes: -1 2024-01-24T03:08:15.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-24T03:08:15.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-24T03:08:15.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-24T03:08:15.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-24T03:08:15.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-24T03:08:15.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-24T03:08:15.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-24T03:08:15.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.write_buffer_manager: 0x5619e8e66480 2024-01-24T03:08:15.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-24T03:08:15.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-24T03:08:15.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-24T03:08:15.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-24T03:08:15.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-24T03:08:15.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-24T03:08:15.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-24T03:08:15.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-24T03:08:15.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-24T03:08:15.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.unordered_write: 0 2024-01-24T03:08:15.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-24T03:08:15.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-24T03:08:15.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-24T03:08:15.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-24T03:08:15.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.row_cache: None 2024-01-24T03:08:15.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.wal_filter: None 2024-01-24T03:08:15.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-24T03:08:15.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-24T03:08:15.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.preserve_deletes: 0 2024-01-24T03:08:15.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.two_write_queues: 0 2024-01-24T03:08:15.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-24T03:08:15.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.atomic_flush: 0 2024-01-24T03:08:15.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-24T03:08:15.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-24T03:08:15.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-24T03:08:15.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.log_readahead_size: 0 2024-01-24T03:08:15.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-24T03:08:15.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_background_jobs: 2 2024-01-24T03:08:15.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_background_compactions: -1 2024-01-24T03:08:15.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-24T03:08:15.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-24T03:08:15.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-24T03:08:15.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-24T03:08:15.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-24T03:08:15.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-24T03:08:15.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-24T03:08:15.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-24T03:08:15.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_open_files: -1 2024-01-24T03:08:15.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-24T03:08:15.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-24T03:08:15.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-24T03:08:15.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-24T03:08:15.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Compression algorithms supported: 2024-01-24T03:08:15.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-24T03:08:15.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: kZSTD supported: 0 2024-01-24T03:08:15.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: kXpressCompression supported: 0 2024-01-24T03:08:15.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-24T03:08:15.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: kLZ4Compression supported: 1 2024-01-24T03:08:15.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: kBZip2Compression supported: 0 2024-01-24T03:08:15.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: kZlibCompression supported: 1 2024-01-24T03:08:15.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: kSnappyCompression supported: 1 2024-01-24T03:08:15.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-24T03:08:15.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000005 2024-01-24T03:08:15.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-24T03:08:15.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-24T03:08:15.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.merge_operator: 2024-01-24T03:08:15.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compaction_filter: None 2024-01-24T03:08:15.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-24T03:08:15.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-24T03:08:15.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-24T03:08:15.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5619e81bfd28) 2024-01-24T03:08:15.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cache_index_and_filter_blocks: 1 2024-01-24T03:08:15.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-24T03:08:15.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-24T03:08:15.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: pin_top_level_index_and_filter: 1 2024-01-24T03:08:15.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: index_type: 0 2024-01-24T03:08:15.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: data_block_index_type: 0 2024-01-24T03:08:15.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: index_shortening: 1 2024-01-24T03:08:15.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: data_block_hash_table_util_ratio: 0.750000 2024-01-24T03:08:15.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: hash_index_allow_collision: 1 2024-01-24T03:08:15.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: checksum: 1 2024-01-24T03:08:15.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: no_block_cache: 0 2024-01-24T03:08:15.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: block_cache: 0x5619e81f4f10 2024-01-24T03:08:15.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: block_cache_name: BinnedLRUCache 2024-01-24T03:08:15.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: block_cache_options: 2024-01-24T03:08:15.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: capacity : 536870912 2024-01-24T03:08:15.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: num_shard_bits : 4 2024-01-24T03:08:15.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: strict_capacity_limit : 0 2024-01-24T03:08:15.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: high_pri_pool_ratio: 0.000 2024-01-24T03:08:15.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: block_cache_compressed: (nil) 2024-01-24T03:08:15.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: persistent_cache: (nil) 2024-01-24T03:08:15.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: block_size: 4096 2024-01-24T03:08:15.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: block_size_deviation: 10 2024-01-24T03:08:15.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: block_restart_interval: 16 2024-01-24T03:08:15.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: index_block_restart_interval: 1 2024-01-24T03:08:15.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: metadata_block_size: 4096 2024-01-24T03:08:15.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: partition_filters: 0 2024-01-24T03:08:15.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: use_delta_encoding: 1 2024-01-24T03:08:15.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-24T03:08:15.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: whole_key_filtering: 1 2024-01-24T03:08:15.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: verify_compression: 0 2024-01-24T03:08:15.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: read_amp_bytes_per_bit: 0 2024-01-24T03:08:15.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: format_version: 2 2024-01-24T03:08:15.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: enable_index_compression: 1 2024-01-24T03:08:15.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: block_align: 0 2024-01-24T03:08:15.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-24T03:08:15.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-24T03:08:15.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compression: NoCompression 2024-01-24T03:08:15.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-24T03:08:15.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-24T03:08:15.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-24T03:08:15.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.num_levels: 7 2024-01-24T03:08:15.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-24T03:08:15.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-24T03:08:15.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-24T03:08:15.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-24T03:08:15.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-24T03:08:15.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-24T03:08:15.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-24T03:08:15.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-24T03:08:15.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-24T03:08:15.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-24T03:08:15.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-24T03:08:15.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-24T03:08:15.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-24T03:08:15.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-24T03:08:15.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-24T03:08:15.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-24T03:08:15.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-24T03:08:15.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-24T03:08:15.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-24T03:08:15.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-24T03:08:15.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-24T03:08:15.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-24T03:08:15.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-24T03:08:15.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-24T03:08:15.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-24T03:08:15.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-24T03:08:15.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-24T03:08:15.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-24T03:08:15.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-24T03:08:15.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-24T03:08:15.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-24T03:08:15.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-24T03:08:15.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-24T03:08:15.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-24T03:08:15.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-24T03:08:15.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-24T03:08:15.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-24T03:08:15.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-24T03:08:15.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-24T03:08:15.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-24T03:08:15.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-24T03:08:15.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-24T03:08:15.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-24T03:08:15.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-24T03:08:15.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-24T03:08:15.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-24T03:08:15.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-24T03:08:15.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.table_properties_collectors: 2024-01-24T03:08:15.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.inplace_update_support: 0 2024-01-24T03:08:15.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-24T03:08:15.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-24T03:08:15.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-24T03:08:15.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-24T03:08:15.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.bloom_locality: 0 2024-01-24T03:08:15.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.max_successive_merges: 0 2024-01-24T03:08:15.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-24T03:08:15.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-24T03:08:15.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-24T03:08:15.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-24T03:08:15.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.ttl: 2592000 2024-01-24T03:08:15.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.053+0000 7fc8ac9b9880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-24T03:08:15.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.054+0000 7fc8ac9b9880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-24T03:08:15.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.054+0000 7fc8ac9b9880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-24T03:08:15.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.054+0000 7fc8ac9b9880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706065695055726, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-24T03:08:15.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.054+0000 7fc8ac9b9880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-24T03:08:15.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.054+0000 7fc8ac9b9880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-24T03:08:15.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.054+0000 7fc8ac9b9880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706065695056529, "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": 1706065695, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-24T03:08:15.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.054+0000 7fc8ac9b9880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-24T03:08:15.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.055+0000 7fc8ac9b9880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706065695056937, "job": 1, "event": "recovery_finished"} 2024-01-24T03:08:15.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.055+0000 7fc8ac9b9880 4 rocksdb: DB pointer 0x5619e82bd800 2024-01-24T03:08:15.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.056+0000 7fc8937ae700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-24T03:08:15.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.056+0000 7fc8937ae700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-24T03:08:15.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: ** DB Stats ** 2024-01-24T03:08:15.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T03:08:15.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-24T03:08:15.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-24T03:08:15.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T03:08:15.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-24T03:08:15.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-24T03:08:15.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T03:08:15.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: ** Compaction Stats [default] ** 2024-01-24T03:08:15.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T03:08:15.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T03:08:15.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 134.4 0.00 0.00 1 0.001 0 0 2024-01-24T03:08:15.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 134.4 0.00 0.00 1 0.001 0 0 2024-01-24T03:08:15.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 134.4 0.00 0.00 1 0.001 0 0 2024-01-24T03:08:15.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: ** Compaction Stats [default] ** 2024-01-24T03:08:15.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T03:08:15.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T03:08:15.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 134.4 0.00 0.00 1 0.001 0 0 2024-01-24T03:08:15.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T03:08:15.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T03:08:15.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T03:08:15.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T03:08:15.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T03:08:15.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T03:08:15.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Cumulative compaction: 0.00 GB write, 28.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T03:08:15.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Interval compaction: 0.00 GB write, 28.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T03:08:15.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-24T03:08:15.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T03:08:15.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: ** Compaction Stats [default] ** 2024-01-24T03:08:15.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T03:08:15.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T03:08:15.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 134.4 0.00 0.00 1 0.001 0 0 2024-01-24T03:08:15.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 134.4 0.00 0.00 1 0.001 0 0 2024-01-24T03:08:15.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-24T03:08:15.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: ** Compaction Stats [default] ** 2024-01-24T03:08:15.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T03:08:15.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T03:08:15.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 134.4 0.00 0.00 1 0.001 0 0 2024-01-24T03:08:15.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T03:08:15.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T03:08:15.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T03:08:15.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T03:08:15.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T03:08:15.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T03:08:15.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Cumulative compaction: 0.00 GB write, 28.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T03:08:15.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T03:08:15.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-24T03:08:15.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T03:08:15.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.056+0000 7fc8ac9b9880 0 starting mon.smithi089 rank 0 at public addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] at bind addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi089 fsid baa7a844-ba65-11ee-95b1-87774f69a715 2024-01-24T03:08:15.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 systemd[1]: Started Ceph mon.smithi089 for baa7a844-ba65-11ee-95b1-87774f69a715. 2024-01-24T03:08:15.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.057+0000 7fc8ac9b9880 1 mon.smithi089@-1(???) e1 preinit fsid baa7a844-ba65-11ee-95b1-87774f69a715 2024-01-24T03:08:15.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.057+0000 7fc8ac9b9880 0 mon.smithi089@-1(???).mds e1 new map 2024-01-24T03:08:15.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.057+0000 7fc8ac9b9880 0 mon.smithi089@-1(???).mds e1 print_map 2024-01-24T03:08:15.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: e1 2024-01-24T03:08:15.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-24T03:08:15.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-24T03:08:15.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: legacy client fscid: -1 2024-01-24T03:08:15.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: No filesystems configured 2024-01-24T03:08:15.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 2024-01-24T03:08:15.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.057+0000 7fc8ac9b9880 0 mon.smithi089@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-24T03:08:15.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.057+0000 7fc8ac9b9880 0 mon.smithi089@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T03:08:15.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.057+0000 7fc8ac9b9880 0 mon.smithi089@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T03:08:15.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.057+0000 7fc8ac9b9880 0 mon.smithi089@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T03:08:15.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:12.876677+0000 mon.smithi089 (mon.0) 8 : audit [INF] from='client.? 172.21.15.89:0/1627684760' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-24T03:08:15.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:12.879904+0000 mon.smithi089 (mon.0) 9 : audit [INF] from='client.? 172.21.15.89:0/1627684760' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-24T03:08:15.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:08:15.058+0000 7fc8ac9b9880 1 mon.smithi089@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-24T03:08:15.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:15.076371+0000 mon.smithi089 (mon.0) 1 : cluster [INF] mon.smithi089 is new leader, mons smithi089 in quorum (ranks 0) 2024-01-24T03:08:15.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:15.076436+0000 mon.smithi089 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0]} removed_ranks: {} 2024-01-24T03:08:15.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:15.076853+0000 mon.smithi089 (mon.0) 3 : cluster [DBG] fsmap 2024-01-24T03:08:15.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:15.076883+0000 mon.smithi089 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-24T03:08:15.390 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:15.077274+0000 mon.smithi089 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-24T03:08:15.842 INFO:teuthology.orchestra.run.smithi089.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-24T03:08:15.842 INFO:teuthology.orchestra.run.smithi089.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-24T03:08:15.842 INFO:teuthology.orchestra.run.smithi089.stderr:Creating mgr... 2024-01-24T03:08:15.843 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying port 9283 ... 2024-01-24T03:08:15.966 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Failed to reset failed state of unit ceph-baa7a844-ba65-11ee-95b1-87774f69a715@mgr.smithi089.ojauep.service: Unit ceph-baa7a844-ba65-11ee-95b1-87774f69a715@mgr.smithi089.ojauep.service not loaded. 2024-01-24T03:08:15.972 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/ceph-baa7a844-ba65-11ee-95b1-87774f69a715.target.wants/ceph-baa7a844-ba65-11ee-95b1-87774f69a715@mgr.smithi089.ojauep.service → /etc/systemd/system/ceph-baa7a844-ba65-11ee-95b1-87774f69a715@.service. 2024-01-24T03:08:16.503 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: disabled 2024-01-24T03:08:16.510 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-01-24T03:08:16.511 INFO:teuthology.orchestra.run.smithi089.stderr:firewalld.service is not enabled 2024-01-24T03:08:16.511 INFO:teuthology.orchestra.run.smithi089.stderr:Not possible to enable service . firewalld.service is not available 2024-01-24T03:08:16.520 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: disabled 2024-01-24T03:08:16.528 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-01-24T03:08:16.529 INFO:teuthology.orchestra.run.smithi089.stderr:firewalld.service is not enabled 2024-01-24T03:08:16.529 INFO:teuthology.orchestra.run.smithi089.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-24T03:08:16.529 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mgr to start... 2024-01-24T03:08:16.529 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mgr... 2024-01-24T03:08:16.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:15.465969+0000 mon.smithi089 (mon.0) 6 : audit [INF] from='client.? 172.21.15.89:0/606529302' entity='client.admin' 2024-01-24T03:08:16.985 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-24T03:08:16.985 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-01-24T03:08:16.985 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsid": "baa7a844-ba65-11ee-95b1-87774f69a715", 2024-01-24T03:08:16.985 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "health": { 2024-01-24T03:08:16.985 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T03:08:16.985 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T03:08:16.985 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T03:08:16.985 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:16.985 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T03:08:16.985 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T03:08:16.986 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 0 2024-01-24T03:08:16.986 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-01-24T03:08:16.986 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T03:08:16.986 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "smithi089" 2024-01-24T03:08:16.986 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-01-24T03:08:16.986 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-24T03:08:16.986 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T03:08:16.986 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:08:16.986 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T03:08:16.986 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T03:08:16.986 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:16.986 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T03:08:16.986 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:08:16.987 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T03:08:16.987 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T03:08:16.987 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T03:08:16.987 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T03:08:16.987 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T03:08:16.987 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T03:08:16.987 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:16.987 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T03:08:16.987 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T03:08:16.987 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T03:08:16.987 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T03:08:16.987 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T03:08:16.987 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T03:08:16.987 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T03:08:16.988 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T03:08:16.988 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T03:08:16.988 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:16.988 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T03:08:16.988 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:08:16.988 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T03:08:16.988 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T03:08:16.988 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:16.988 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T03:08:16.988 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": false, 2024-01-24T03:08:16.988 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T03:08:16.988 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T03:08:16.989 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "iostat", 2024-01-24T03:08:16.989 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "nfs", 2024-01-24T03:08:16.989 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "restful" 2024-01-24T03:08:16.989 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-01-24T03:08:16.989 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-01-24T03:08:16.989 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:16.989 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T03:08:16.989 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:08:16.989 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modified": "2024-01-24T03:08:11.563327+0000", 2024-01-24T03:08:16.989 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-01-24T03:08:16.989 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:16.989 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T03:08:16.989 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-01-24T03:08:17.325 INFO:teuthology.orchestra.run.smithi089.stderr:mgr not available, waiting (1/15)... 2024-01-24T03:08:17.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:16.978701+0000 mon.smithi089 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.89:0/1445215468' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T03:08:19.775 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-24T03:08:19.775 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-01-24T03:08:19.775 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsid": "baa7a844-ba65-11ee-95b1-87774f69a715", 2024-01-24T03:08:19.775 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "health": { 2024-01-24T03:08:19.775 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T03:08:19.776 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T03:08:19.776 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T03:08:19.776 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:19.776 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T03:08:19.776 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T03:08:19.776 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 0 2024-01-24T03:08:19.776 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-01-24T03:08:19.776 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T03:08:19.776 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "smithi089" 2024-01-24T03:08:19.776 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-01-24T03:08:19.776 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-24T03:08:19.776 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T03:08:19.776 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:08:19.776 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T03:08:19.776 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T03:08:19.777 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:19.777 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T03:08:19.777 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:08:19.777 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T03:08:19.777 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T03:08:19.777 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T03:08:19.777 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T03:08:19.780 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T03:08:19.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T03:08:19.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:19.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T03:08:19.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T03:08:19.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T03:08:19.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T03:08:19.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T03:08:19.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T03:08:19.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T03:08:19.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T03:08:19.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T03:08:19.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:19.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T03:08:19.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:08:19.782 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T03:08:19.782 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T03:08:19.782 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:19.782 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T03:08:19.782 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": false, 2024-01-24T03:08:19.782 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T03:08:19.782 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T03:08:19.782 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "iostat", 2024-01-24T03:08:19.782 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "nfs", 2024-01-24T03:08:19.782 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "restful" 2024-01-24T03:08:19.782 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-01-24T03:08:19.782 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-01-24T03:08:19.782 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:19.782 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T03:08:19.782 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:08:19.782 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modified": "2024-01-24T03:08:11.563327+0000", 2024-01-24T03:08:19.783 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-01-24T03:08:19.783 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:19.783 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T03:08:19.783 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-01-24T03:08:20.099 INFO:teuthology.orchestra.run.smithi089.stderr:mgr not available, waiting (2/15)... 2024-01-24T03:08:20.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:19.772777+0000 mon.smithi089 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.89:0/3127633961' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T03:08:22.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:21.764448+0000 mon.smithi089 (mon.0) 9 : cluster [INF] Activating manager daemon smithi089.ojauep 2024-01-24T03:08:22.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:21.767100+0000 mon.smithi089 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi089.ojauep(active, starting, since 0.0027678s) 2024-01-24T03:08:22.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:21.767898+0000 mon.smithi089 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.89:0/778233568' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T03:08:22.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:21.768027+0000 mon.smithi089 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.89:0/778233568' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T03:08:22.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:21.768135+0000 mon.smithi089 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.89:0/778233568' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T03:08:22.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:21.768258+0000 mon.smithi089 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.89:0/778233568' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-24T03:08:22.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:21.768611+0000 mon.smithi089 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.89:0/778233568' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ojauep", "id": "smithi089.ojauep"}]: dispatch 2024-01-24T03:08:22.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:21.782046+0000 mon.smithi089 (mon.0) 16 : cluster [INF] Manager daemon smithi089.ojauep is now available 2024-01-24T03:08:22.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:21.791043+0000 mon.smithi089 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.89:0/778233568' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:22.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:21.796015+0000 mon.smithi089 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.89:0/778233568' entity='mgr.smithi089.ojauep' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ojauep/mirror_snapshot_schedule"}]: dispatch 2024-01-24T03:08:22.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:21.798110+0000 mon.smithi089 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.89:0/778233568' entity='mgr.smithi089.ojauep' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ojauep/trash_purge_schedule"}]: dispatch 2024-01-24T03:08:22.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:21.804038+0000 mon.smithi089 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.89:0/778233568' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:22.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:21.806635+0000 mon.smithi089 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.89:0/778233568' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:23.876 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-24T03:08:23.877 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-01-24T03:08:23.877 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsid": "baa7a844-ba65-11ee-95b1-87774f69a715", 2024-01-24T03:08:23.877 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "health": { 2024-01-24T03:08:23.877 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T03:08:23.877 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T03:08:23.877 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T03:08:23.877 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:23.877 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T03:08:23.877 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T03:08:23.877 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 0 2024-01-24T03:08:23.877 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-01-24T03:08:23.877 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T03:08:23.878 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "smithi089" 2024-01-24T03:08:23.878 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-01-24T03:08:23.878 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-01-24T03:08:23.878 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T03:08:23.878 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:08:23.878 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T03:08:23.878 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T03:08:23.878 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:23.878 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T03:08:23.878 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:08:23.878 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T03:08:23.878 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T03:08:23.878 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T03:08:23.878 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T03:08:23.882 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T03:08:23.882 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T03:08:23.882 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:23.882 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T03:08:23.882 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T03:08:23.882 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T03:08:23.882 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T03:08:23.882 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T03:08:23.882 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T03:08:23.882 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T03:08:23.882 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T03:08:23.882 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T03:08:23.883 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:23.883 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T03:08:23.883 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:08:23.883 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T03:08:23.883 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T03:08:23.883 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:23.883 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T03:08:23.883 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": true, 2024-01-24T03:08:23.883 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T03:08:23.883 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T03:08:23.883 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "iostat", 2024-01-24T03:08:23.883 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "nfs", 2024-01-24T03:08:23.883 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "restful" 2024-01-24T03:08:23.883 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-01-24T03:08:23.883 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-01-24T03:08:23.883 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:23.884 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T03:08:23.884 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:08:23.884 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modified": "2024-01-24T03:08:11.563327+0000", 2024-01-24T03:08:23.884 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-01-24T03:08:23.884 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-24T03:08:23.884 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T03:08:23.884 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-01-24T03:08:24.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:22.770674+0000 mon.smithi089 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi089.ojauep(active, since 1.00634s) 2024-01-24T03:08:24.340 INFO:teuthology.orchestra.run.smithi089.stderr:mgr is available 2024-01-24T03:08:24.843 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-24T03:08:24.844 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [global] 2024-01-24T03:08:24.844 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: fsid = baa7a844-ba65-11ee-95b1-87774f69a715 2024-01-24T03:08:24.844 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-24T03:08:24.844 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-24T03:08:24.844 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-24T03:08:24.844 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-24T03:08:24.844 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-24T03:08:24.844 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [mgr] 2024-01-24T03:08:24.844 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-24T03:08:24.844 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-24T03:08:24.845 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [osd] 2024-01-24T03:08:24.845 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-24T03:08:24.845 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-24T03:08:25.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:23.874446+0000 mon.smithi089 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.89:0/2671295054' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T03:08:25.181 INFO:teuthology.orchestra.run.smithi089.stderr:Enabling cephadm module... 2024-01-24T03:08:26.101 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:24.769770+0000 mon.smithi089 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi089.ojauep(active, since 3s) 2024-01-24T03:08:26.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:24.842214+0000 mon.smithi089 (mon.0) 25 : audit [INF] from='client.? 172.21.15.89:0/3648347394' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-24T03:08:26.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:25.724132+0000 mon.smithi089 (mon.0) 26 : audit [INF] from='client.? 172.21.15.89:0/4210605652' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-24T03:08:27.029 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-01-24T03:08:27.029 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-24T03:08:27.029 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": true, 2024-01-24T03:08:27.029 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "active_name": "smithi089.ojauep", 2024-01-24T03:08:27.029 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-24T03:08:27.029 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-01-24T03:08:27.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:26.066144+0000 mon.smithi089 (mon.0) 27 : audit [INF] from='client.? 172.21.15.89:0/4210605652' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-24T03:08:27.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:26.066208+0000 mon.smithi089 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi089.ojauep(active, since 4s) 2024-01-24T03:08:27.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:27.029096+0000 mon.smithi089 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.89:0/4260412073' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-24T03:08:27.372 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for the mgr to restart... 2024-01-24T03:08:27.372 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mgr epoch 5... 2024-01-24T03:08:31.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:31.380478+0000 mon.smithi089 (mon.0) 30 : cluster [INF] Active manager daemon smithi089.ojauep restarted 2024-01-24T03:08:31.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:31.380690+0000 mon.smithi089 (mon.0) 31 : cluster [INF] Activating manager daemon smithi089.ojauep 2024-01-24T03:08:31.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:31.383673+0000 mon.smithi089 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-24T03:08:31.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:31.383789+0000 mon.smithi089 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi089.ojauep(active, starting, since 0.00318264s) 2024-01-24T03:08:31.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:31.384733+0000 mon.smithi089 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-24T03:08:31.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:31.385338+0000 mon.smithi089 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ojauep", "id": "smithi089.ojauep"}]: dispatch 2024-01-24T03:08:31.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:31.385976+0000 mon.smithi089 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T03:08:31.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:31.386138+0000 mon.smithi089 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T03:08:31.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:31.386266+0000 mon.smithi089 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T03:08:31.865 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:31.400033+0000 mon.smithi089 (mon.0) 39 : cluster [INF] Manager daemon smithi089.ojauep is now available 2024-01-24T03:08:31.865 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:31.411675+0000 mon.smithi089 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:32.392 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-01-24T03:08:32.392 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-24T03:08:32.392 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "initialized": true 2024-01-24T03:08:32.392 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-01-24T03:08:32.722 INFO:teuthology.orchestra.run.smithi089.stderr:mgr epoch 5 is available 2024-01-24T03:08:32.722 INFO:teuthology.orchestra.run.smithi089.stderr:Setting orchestrator backend to cephadm... 2024-01-24T03:08:32.826 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:08:31.409175+0000 mgr.smithi089.ojauep (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-24T03:08:32.826 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:31.495845+0000 mon.smithi089 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:32.826 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:31.496879+0000 mon.smithi089 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:08:32.826 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:31.498158+0000 mon.smithi089 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:08:32.826 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:31.500296+0000 mon.smithi089 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:08:32.826 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:31.514173+0000 mon.smithi089 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ojauep/mirror_snapshot_schedule"}]: dispatch 2024-01-24T03:08:32.826 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:31.516507+0000 mon.smithi089 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ojauep/trash_purge_schedule"}]: dispatch 2024-01-24T03:08:32.826 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:32.385514+0000 mon.smithi089 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi089.ojauep(active, since 1.0049s) 2024-01-24T03:08:33.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:32.385152+0000 mgr.smithi089.ojauep (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-24T03:08:33.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:32.391728+0000 mgr.smithi089.ojauep (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-24T03:08:33.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:33.258530+0000 mon.smithi089 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:33.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:33.273906+0000 mon.smithi089 (mon.0) 49 : audit [DBG] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:08:34.090 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: value unchanged 2024-01-24T03:08:34.438 INFO:teuthology.orchestra.run.smithi089.stderr:Generating ssh key... 2024-01-24T03:08:34.673 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:33.254826+0000 mgr.smithi089.ojauep (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:08:34.673 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:34.090630+0000 mgr.smithi089.ojauep (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:08:34.673 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:34.259537+0000 mon.smithi089 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi089.ojauep(active, since 2s) 2024-01-24T03:08:36.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:35.474257+0000 mgr.smithi089.ojauep (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:08:36.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:08:35.474506+0000 mgr.smithi089.ojauep (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-24T03:08:36.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:35.600420+0000 mon.smithi089 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:36.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:35.602724+0000 mon.smithi089 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:39.272 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC97rK0e7cJ3H8WLkmKgvjlPhXkZ2EsksQFH8rTzOV8foWLpPz2ro2ElDFYwVhMlVZZR5UK5nucW0fFRNuIszWR5jieizPldzf8DkvKhARtfsTI8HCrd/em2fW+Ps604jTrDYyftqMT/TIP2BeHmcubwr5cUdCwKvo3DUJ12m9Y5yhrwb/KgiQOCpobgG82cDhhpL1zTAUj4NKoqP78WoVrUEUpYLr+I8BdWGQXTzu2kUqJ7fyOdy0+D4gtNweNQeQUWcXtv8XZPo739/Zhw/eRmqFGTVKmqAbCzg5/BuEqgYyzvulI2WTY82yQemPOVlv1cXRStTZXgAwvpVR3hPMq1VinNRavyliDCL5Tv4Hy4jBye8szN3yPnbgirV0uY7KxzMqhGtaohnCmva72K1i+1OYjjcpF+jiaQuwN0H/6CjssXRXOZA64Ewu+sl96cyTMbwKIwOFQIRgfkOzfLf5Tm+IjjjLUX1mxznKPqsz+uDi3MBfZoINAhkMxApLEznE= ceph-baa7a844-ba65-11ee-95b1-87774f69a715 2024-01-24T03:08:41.155 INFO:teuthology.orchestra.run.smithi089.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-24T03:08:41.155 INFO:teuthology.orchestra.run.smithi089.stderr:Adding key to root@localhost authorized_keys... 2024-01-24T03:08:41.156 INFO:teuthology.orchestra.run.smithi089.stderr:Adding host smithi089... 2024-01-24T03:08:41.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:41 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:39.272647+0000 mgr.smithi089.ojauep (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:08:43.260 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Added host 'smithi089' with addr '172.21.15.89' 2024-01-24T03:08:43.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:42.656150+0000 mgr.smithi089.ojauep (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi089", "addr": "172.21.15.89", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:08:43.570 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying mon service with default placement... 2024-01-24T03:08:44.096 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-24T03:08:44.503 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying mgr service with default placement... 2024-01-24T03:08:44.506 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:43.259196+0000 mon.smithi089 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:44.506 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:08:43.259466+0000 mgr.smithi089.ojauep (mgr.14116) 10 : cephadm [INF] Added host smithi089 2024-01-24T03:08:44.506 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:43.260027+0000 mon.smithi089 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:08:44.506 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:44.092307+0000 mgr.smithi089.ojauep (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:08:44.506 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:08:44.093506+0000 mgr.smithi089.ojauep (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-24T03:08:44.506 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:44.095733+0000 mon.smithi089 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:45.195 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-24T03:08:45.661 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying crash service with default placement... 2024-01-24T03:08:45.826 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:45 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:44.803173+0000 mon.smithi089 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:45.826 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:45 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:45.045069+0000 mon.smithi089 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:45.826 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:45 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:45.195352+0000 mon.smithi089 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:46.251 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-24T03:08:46.636 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying prometheus service with default placement... 2024-01-24T03:08:47.047 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:45.192197+0000 mgr.smithi089.ojauep (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:08:47.048 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:08:45.193045+0000 mgr.smithi089.ojauep (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-24T03:08:47.048 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:46.201359+0000 mon.smithi089 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:47.048 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:46.251209+0000 mon.smithi089 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:47.172 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-24T03:08:47.503 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying grafana service with default placement... 2024-01-24T03:08:47.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:46.247883+0000 mgr.smithi089.ojauep (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:08:47.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:08:46.248873+0000 mgr.smithi089.ojauep (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-24T03:08:47.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:47.172302+0000 mon.smithi089 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:48.016 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-24T03:08:48.353 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying node-exporter service with default placement... 2024-01-24T03:08:48.892 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-24T03:08:49.235 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying alertmanager service with default placement... 2024-01-24T03:08:49.323 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:47.169396+0000 mgr.smithi089.ojauep (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:08:49.323 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:08:47.170215+0000 mgr.smithi089.ojauep (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-24T03:08:49.324 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:48.013198+0000 mgr.smithi089.ojauep (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:08:49.324 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:08:48.014008+0000 mgr.smithi089.ojauep (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-24T03:08:49.324 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:48.016156+0000 mon.smithi089 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:49.324 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:48.892429+0000 mon.smithi089 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:49.727 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-24T03:08:50.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:48.889300+0000 mgr.smithi089.ojauep (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:08:50.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:08:48.890164+0000 mgr.smithi089.ojauep (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-24T03:08:50.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:49.727318+0000 mon.smithi089 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.89:0/4114266862' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:51.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:49.724187+0000 mgr.smithi089.ojauep (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:08:51.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:08:49.725094+0000 mgr.smithi089.ojauep (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-24T03:08:51.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:50.577909+0000 mon.smithi089 (mon.0) 65 : audit [INF] from='client.? 172.21.15.89:0/202837277' entity='client.admin' 2024-01-24T03:08:51.769 INFO:teuthology.orchestra.run.smithi089.stderr:Enabling the dashboard module... 2024-01-24T03:08:52.671 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:51.387332+0000 mgr.smithi089.ojauep (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:52.671 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:51.421161+0000 mon.smithi089 (mon.0) 66 : audit [INF] from='client.? 172.21.15.89:0/1022878319' entity='client.admin' 2024-01-24T03:08:52.671 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:52.301001+0000 mon.smithi089 (mon.0) 67 : audit [INF] from='client.? 172.21.15.89:0/1954088227' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-24T03:08:53.350 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-01-24T03:08:53.350 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-24T03:08:53.350 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": true, 2024-01-24T03:08:53.350 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "active_name": "smithi089.ojauep", 2024-01-24T03:08:53.350 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-24T03:08:53.350 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-01-24T03:08:53.686 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for the mgr to restart... 2024-01-24T03:08:53.686 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mgr epoch 9... 2024-01-24T03:08:53.803 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:52.425646+0000 mon.smithi089 (mon.0) 68 : audit [INF] from='client.? 172.21.15.89:0/1954088227' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-24T03:08:53.804 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:52.425704+0000 mon.smithi089 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi089.ojauep(active, since 21s) 2024-01-24T03:08:53.804 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:53.349820+0000 mon.smithi089 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.89:0/3047023861' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-24T03:08:58.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:57.751528+0000 mon.smithi089 (mon.0) 71 : cluster [INF] Active manager daemon smithi089.ojauep restarted 2024-01-24T03:08:58.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:57.751760+0000 mon.smithi089 (mon.0) 72 : cluster [INF] Activating manager daemon smithi089.ojauep 2024-01-24T03:08:58.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:57.757184+0000 mon.smithi089 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-24T03:08:58.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:57.757285+0000 mon.smithi089 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi089.ojauep(active, starting, since 0.00561902s) 2024-01-24T03:08:58.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:57.758250+0000 mon.smithi089 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-24T03:08:58.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:57.758849+0000 mon.smithi089 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ojauep", "id": "smithi089.ojauep"}]: dispatch 2024-01-24T03:08:58.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:57.759744+0000 mon.smithi089 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T03:08:58.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:57.759913+0000 mon.smithi089 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T03:08:58.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:57.760053+0000 mon.smithi089 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T03:08:58.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:57.762035+0000 mon.smithi089 (mon.0) 80 : cluster [INF] Manager daemon smithi089.ojauep is now available 2024-01-24T03:08:58.767 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-01-24T03:08:58.767 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-24T03:08:58.767 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "initialized": true 2024-01-24T03:08:58.767 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-01-24T03:08:58.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:57.855985+0000 mon.smithi089 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:08:58.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:57.857539+0000 mon.smithi089 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:08:58.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:57.881778+0000 mon.smithi089 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ojauep/mirror_snapshot_schedule"}]: dispatch 2024-01-24T03:08:58.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:57.885049+0000 mon.smithi089 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ojauep/trash_purge_schedule"}]: dispatch 2024-01-24T03:08:58.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:58.680919+0000 mon.smithi089 (mon.0) 85 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:58.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:58.756264+0000 mon.smithi089 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi089.ojauep(active, since 1.00459s) 2024-01-24T03:08:59.152 INFO:teuthology.orchestra.run.smithi089.stderr:mgr epoch 9 is available 2024-01-24T03:08:59.152 INFO:teuthology.orchestra.run.smithi089.stderr:Generating a dashboard self-signed certificate... 2024-01-24T03:08:59.755 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-24T03:08:59.935 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:58.755778+0000 mgr.smithi089.ojauep (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-24T03:08:59.935 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:58.767457+0000 mgr.smithi089.ojauep (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-24T03:08:59.935 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:59.754150+0000 mon.smithi089 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' 2024-01-24T03:08:59.936 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:08:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:59.755947+0000 mon.smithi089 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:00.093 INFO:teuthology.orchestra.run.smithi089.stderr:Creating initial admin user... 2024-01-24T03:09:00.826 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$Kz43H1xvK2jG4jlBaw6CSOly8nA7.OJDWSlM3z3CtqTScaCOyfcWC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1706065740, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-24T03:09:01.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:08:59.677850+0000 mgr.smithi089.ojauep (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:09:01.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:08:59.811092+0000 mon.smithi089 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi089.ojauep(active, since 2s) 2024-01-24T03:09:01.159 INFO:teuthology.orchestra.run.smithi089.stderr:Fetching dashboard port number... 2024-01-24T03:09:01.670 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 8443 2024-01-24T03:09:02.017 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: disabled 2024-01-24T03:09:02.024 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-01-24T03:09:02.024 INFO:teuthology.orchestra.run.smithi089.stderr:firewalld.service is not enabled 2024-01-24T03:09:02.025 INFO:teuthology.orchestra.run.smithi089.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-24T03:09:02.027 INFO:teuthology.orchestra.run.smithi089.stderr:Ceph Dashboard is now available at: 2024-01-24T03:09:02.027 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-24T03:09:02.027 INFO:teuthology.orchestra.run.smithi089.stderr: URL: https://smithi089.front.sepia.ceph.com:8443/ 2024-01-24T03:09:02.027 INFO:teuthology.orchestra.run.smithi089.stderr: User: admin 2024-01-24T03:09:02.028 INFO:teuthology.orchestra.run.smithi089.stderr: Password: uhshkcwwfc 2024-01-24T03:09:02.028 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-24T03:09:02.028 INFO:teuthology.orchestra.run.smithi089.stderr:Enabling autotune for osd_memory_target 2024-01-24T03:09:02.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:00.606410+0000 mgr.smithi089.ojauep (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:09:02.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:00.826099+0000 mon.smithi089 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:02.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:01.670474+0000 mon.smithi089 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.89:0/3677030354' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-24T03:09:03.460 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-24T03:09:03.801 INFO:teuthology.orchestra.run.smithi089.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-24T03:09:03.801 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-24T03:09:03.801 INFO:teuthology.orchestra.run.smithi089.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-24T03:09:03.801 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-24T03:09:03.802 INFO:teuthology.orchestra.run.smithi089.stderr:Or, if you are only running a single cluster on this host: 2024-01-24T03:09:03.802 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-24T03:09:03.802 INFO:teuthology.orchestra.run.smithi089.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-24T03:09:03.802 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-24T03:09:03.802 INFO:teuthology.orchestra.run.smithi089.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-24T03:09:03.802 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-24T03:09:03.803 INFO:teuthology.orchestra.run.smithi089.stderr: ceph telemetry on 2024-01-24T03:09:03.803 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-24T03:09:03.803 INFO:teuthology.orchestra.run.smithi089.stderr:For more information see: 2024-01-24T03:09:03.803 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-24T03:09:03.803 INFO:teuthology.orchestra.run.smithi089.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-24T03:09:03.803 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-24T03:09:03.803 INFO:teuthology.orchestra.run.smithi089.stderr:Bootstrap complete. 2024-01-24T03:09:03.833 INFO:tasks.cephadm:Fetching config... 2024-01-24T03:09:03.833 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-24T03:09:03.833 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-24T03:09:03.851 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-24T03:09:03.852 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-24T03:09:03.852 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-24T03:09:03.909 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-24T03:09:03.910 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-24T03:09:03.910 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/keyring of=/dev/stdout 2024-01-24T03:09:03.982 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-24T03:09:03.982 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-24T03:09:03.982 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-24T03:09:04.039 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-24T03:09:04.040 DEBUG:teuthology.orchestra.run.smithi089:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC97rK0e7cJ3H8WLkmKgvjlPhXkZ2EsksQFH8rTzOV8foWLpPz2ro2ElDFYwVhMlVZZR5UK5nucW0fFRNuIszWR5jieizPldzf8DkvKhARtfsTI8HCrd/em2fW+Ps604jTrDYyftqMT/TIP2BeHmcubwr5cUdCwKvo3DUJ12m9Y5yhrwb/KgiQOCpobgG82cDhhpL1zTAUj4NKoqP78WoVrUEUpYLr+I8BdWGQXTzu2kUqJ7fyOdy0+D4gtNweNQeQUWcXtv8XZPo739/Zhw/eRmqFGTVKmqAbCzg5/BuEqgYyzvulI2WTY82yQemPOVlv1cXRStTZXgAwvpVR3hPMq1VinNRavyliDCL5Tv4Hy4jBye8szN3yPnbgirV0uY7KxzMqhGtaohnCmva72K1i+1OYjjcpF+jiaQuwN0H/6CjssXRXOZA64Ewu+sl96cyTMbwKIwOFQIRgfkOzfLf5Tm+IjjjLUX1mxznKPqsz+uDi3MBfZoINAhkMxApLEznE= ceph-baa7a844-ba65-11ee-95b1-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-24T03:09:04.116 INFO:teuthology.orchestra.run.smithi089.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC97rK0e7cJ3H8WLkmKgvjlPhXkZ2EsksQFH8rTzOV8foWLpPz2ro2ElDFYwVhMlVZZR5UK5nucW0fFRNuIszWR5jieizPldzf8DkvKhARtfsTI8HCrd/em2fW+Ps604jTrDYyftqMT/TIP2BeHmcubwr5cUdCwKvo3DUJ12m9Y5yhrwb/KgiQOCpobgG82cDhhpL1zTAUj4NKoqP78WoVrUEUpYLr+I8BdWGQXTzu2kUqJ7fyOdy0+D4gtNweNQeQUWcXtv8XZPo739/Zhw/eRmqFGTVKmqAbCzg5/BuEqgYyzvulI2WTY82yQemPOVlv1cXRStTZXgAwvpVR3hPMq1VinNRavyliDCL5Tv4Hy4jBye8szN3yPnbgirV0uY7KxzMqhGtaohnCmva72K1i+1OYjjcpF+jiaQuwN0H/6CjssXRXOZA64Ewu+sl96cyTMbwKIwOFQIRgfkOzfLf5Tm+IjjjLUX1mxznKPqsz+uDi3MBfZoINAhkMxApLEznE= ceph-baa7a844-ba65-11ee-95b1-87774f69a715 2024-01-24T03:09:04.127 DEBUG:teuthology.orchestra.run.smithi105:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC97rK0e7cJ3H8WLkmKgvjlPhXkZ2EsksQFH8rTzOV8foWLpPz2ro2ElDFYwVhMlVZZR5UK5nucW0fFRNuIszWR5jieizPldzf8DkvKhARtfsTI8HCrd/em2fW+Ps604jTrDYyftqMT/TIP2BeHmcubwr5cUdCwKvo3DUJ12m9Y5yhrwb/KgiQOCpobgG82cDhhpL1zTAUj4NKoqP78WoVrUEUpYLr+I8BdWGQXTzu2kUqJ7fyOdy0+D4gtNweNQeQUWcXtv8XZPo739/Zhw/eRmqFGTVKmqAbCzg5/BuEqgYyzvulI2WTY82yQemPOVlv1cXRStTZXgAwvpVR3hPMq1VinNRavyliDCL5Tv4Hy4jBye8szN3yPnbgirV0uY7KxzMqhGtaohnCmva72K1i+1OYjjcpF+jiaQuwN0H/6CjssXRXOZA64Ewu+sl96cyTMbwKIwOFQIRgfkOzfLf5Tm+IjjjLUX1mxznKPqsz+uDi3MBfZoINAhkMxApLEznE= ceph-baa7a844-ba65-11ee-95b1-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-24T03:09:04.173 INFO:teuthology.orchestra.run.smithi105.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC97rK0e7cJ3H8WLkmKgvjlPhXkZ2EsksQFH8rTzOV8foWLpPz2ro2ElDFYwVhMlVZZR5UK5nucW0fFRNuIszWR5jieizPldzf8DkvKhARtfsTI8HCrd/em2fW+Ps604jTrDYyftqMT/TIP2BeHmcubwr5cUdCwKvo3DUJ12m9Y5yhrwb/KgiQOCpobgG82cDhhpL1zTAUj4NKoqP78WoVrUEUpYLr+I8BdWGQXTzu2kUqJ7fyOdy0+D4gtNweNQeQUWcXtv8XZPo739/Zhw/eRmqFGTVKmqAbCzg5/BuEqgYyzvulI2WTY82yQemPOVlv1cXRStTZXgAwvpVR3hPMq1VinNRavyliDCL5Tv4Hy4jBye8szN3yPnbgirV0uY7KxzMqhGtaohnCmva72K1i+1OYjjcpF+jiaQuwN0H/6CjssXRXOZA64Ewu+sl96cyTMbwKIwOFQIRgfkOzfLf5Tm+IjjjLUX1mxznKPqsz+uDi3MBfZoINAhkMxApLEznE= ceph-baa7a844-ba65-11ee-95b1-87774f69a715 2024-01-24T03:09:04.185 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-24T03:09:04.757 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:03.458637+0000 mon.smithi089 (mon.0) 92 : audit [INF] from='client.? 172.21.15.89:0/3809649307' entity='client.admin' 2024-01-24T03:09:05.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:04.460180+0000 mon.smithi089 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi089.ojauep(active, since 6s) 2024-01-24T03:09:06.037 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-24T03:09:06.037 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-24T03:09:06.952 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:05.660956+0000 mon.smithi089 (mon.0) 94 : audit [INF] from='client.? 172.21.15.89:0/2035239812' entity='client.admin' 2024-01-24T03:09:07.845 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi105 2024-01-24T03:09:07.845 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-24T03:09:07.845 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/etc/ceph/ceph.conf 2024-01-24T03:09:07.866 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-24T03:09:07.867 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-24T03:09:07.928 INFO:tasks.cephadm:Adding host smithi105 to orchestrator... 2024-01-24T03:09:07.928 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch host add smithi105 2024-01-24T03:09:08.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:06.810217+0000 mon.smithi089 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:08.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:07.120775+0000 mon.smithi089 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:08.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:07.126719+0000 mon.smithi089 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:08.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:09:07.136342+0000 mgr.smithi089.ojauep (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi089 on smithi089 2024-01-24T03:09:08.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:07.496898+0000 mon.smithi089 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:09.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:07.491801+0000 mgr.smithi089.ojauep (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:09:14.193 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:12.881009+0000 mon.smithi089 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:14.193 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:12.882530+0000 mon.smithi089 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T03:09:14.193 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:12.884136+0000 mon.smithi089 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-24T03:09:14.194 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:12.884785+0000 mon.smithi089 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:14.194 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:09:12.885238+0000 mgr.smithi089.ojauep (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi089 on smithi089 2024-01-24T03:09:15.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:14.349585+0000 mon.smithi089 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:15.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:14.526741+0000 mon.smithi089 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:15.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:14.528491+0000 mon.smithi089 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:15.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:14.530429+0000 mon.smithi089 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-24T03:09:15.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:14.533756+0000 mon.smithi089 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:16.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:14.530777+0000 mgr.smithi089.ojauep (mgr.14156) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-24T03:09:16.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:09:14.541077+0000 mgr.smithi089.ojauep (mgr.14156) 9 : cephadm [INF] Deploying daemon grafana.smithi089 on smithi089 2024-01-24T03:09:19.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:17.760841+0000 mgr.smithi089.ojauep (mgr.14156) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:09:19.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:17.881271+0000 mon.smithi089 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:21.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:19.761057+0000 mgr.smithi089.ojauep (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:09:23.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:21.761292+0000 mgr.smithi089.ojauep (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:09:25.327 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:23.761519+0000 mgr.smithi089.ojauep (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:09:26.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:25.217314+0000 mon.smithi089 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:26.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:09:25.219818+0000 mgr.smithi089.ojauep (mgr.14156) 14 : cephadm [INF] Deploying daemon node-exporter.smithi089 on smithi089 2024-01-24T03:09:27.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:25.761754+0000 mgr.smithi089.ojauep (mgr.14156) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:09:28.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:27.502244+0000 mon.smithi089 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:28.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:27.504483+0000 mon.smithi089 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-24T03:09:28.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:27.762197+0000 mgr.smithi089.ojauep (mgr.14156) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:09:28.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:27.884513+0000 mon.smithi089 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:29.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:28.506111+0000 mon.smithi089 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.89:0/1660953390' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-24T03:09:29.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:28.506163+0000 mon.smithi089 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi089.ojauep(active, since 30s) 2024-01-24T03:09:34.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:33.753557+0000 mon.smithi089 (mon.0) 115 : cluster [INF] Active manager daemon smithi089.ojauep restarted 2024-01-24T03:09:34.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:33.753786+0000 mon.smithi089 (mon.0) 116 : cluster [INF] Activating manager daemon smithi089.ojauep 2024-01-24T03:09:34.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:33.756529+0000 mon.smithi089 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-24T03:09:34.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:33.756644+0000 mon.smithi089 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi089.ojauep(active, starting, since 0.00294556s) 2024-01-24T03:09:34.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:33.757706+0000 mon.smithi089 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-24T03:09:34.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:33.758346+0000 mon.smithi089 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ojauep", "id": "smithi089.ojauep"}]: dispatch 2024-01-24T03:09:34.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:33.758963+0000 mon.smithi089 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T03:09:34.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:33.759113+0000 mon.smithi089 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T03:09:34.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:33.759249+0000 mon.smithi089 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T03:09:34.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:33.761032+0000 mon.smithi089 (mon.0) 124 : cluster [INF] Manager daemon smithi089.ojauep is now available 2024-01-24T03:09:34.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:33.855923+0000 mon.smithi089 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:09:34.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:33.857358+0000 mon.smithi089 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:09:34.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:33.873018+0000 mon.smithi089 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:34.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:33.889052+0000 mon.smithi089 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ojauep/mirror_snapshot_schedule"}]: dispatch 2024-01-24T03:09:34.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:33.893791+0000 mon.smithi089 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ojauep/trash_purge_schedule"}]: dispatch 2024-01-24T03:09:34.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:34.759035+0000 mon.smithi089 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi089.ojauep(active, since 1.00534s) 2024-01-24T03:09:35.383 INFO:teuthology.orchestra.run.smithi105.stdout:Added host 'smithi105' with addr '172.21.15.105' 2024-01-24T03:09:35.730 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch host ls --format=json 2024-01-24T03:09:36.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:35.382301+0000 mon.smithi089 (mon.0) 131 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:36.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:09:35.382640+0000 mgr.smithi089.ojauep (mgr.14180) 2 : cephadm [INF] Added host smithi105 2024-01-24T03:09:36.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:35.881413+0000 mon.smithi089 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:36.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:36.159118+0000 mon.smithi089 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:36.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:36.159936+0000 mon.smithi089 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:36.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:36.160486+0000 mon.smithi089 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:09:36.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:36.209996+0000 mon.smithi089 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:36.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:36.213183+0000 mon.smithi089 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:36.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:36.216961+0000 mon.smithi089 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-24T03:09:37.011 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T03:09:37.012 INFO:teuthology.orchestra.run.smithi105.stdout:[{"addr": "172.21.15.89", "hostname": "smithi089", "labels": [], "status": ""}, {"addr": "172.21.15.105", "hostname": "smithi105", "labels": [], "status": ""}] 2024-01-24T03:09:37.397 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-24T03:09:37.397 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd crush tunables default 2024-01-24T03:09:37.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:37 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:09:36.161487+0000 mgr.smithi089.ojauep (mgr.14180) 3 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.conf 2024-01-24T03:09:37.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:37 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:09:36.180962+0000 mgr.smithi089.ojauep (mgr.14180) 4 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2024-01-24T03:09:37.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:37 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:36.386185+0000 mon.smithi089 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-24T03:09:37.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:37 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:36.386253+0000 mon.smithi089 (mon.0) 140 : cluster [DBG] mgrmap e17: smithi089.ojauep(active, since 2s) 2024-01-24T03:09:37.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:37 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:09:36.395985+0000 mgr.smithi089.ojauep (mgr.14180) 5 : cephadm [INF] Deploying daemon prometheus.smithi089 on smithi089 2024-01-24T03:09:38.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:37.011022+0000 mgr.smithi089.ojauep (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:09:41.972 INFO:teuthology.orchestra.run.smithi089.stderr:adjusted tunables profile to default 2024-01-24T03:09:42.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:41 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:41.915142+0000 mon.smithi089 (mon.0) 141 : audit [INF] from='client.? 172.21.15.89:0/2865751308' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-24T03:09:42.400 INFO:tasks.cephadm:Adding mon.smithi089 on smithi089 2024-01-24T03:09:42.401 INFO:tasks.cephadm:Adding mon.smithi105 on smithi105 2024-01-24T03:09:42.401 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch apply mon '2;smithi089:172.21.15.89=smithi089;smithi105:172.21.15.105=smithi105' 2024-01-24T03:09:43.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:41.970307+0000 mon.smithi089 (mon.0) 142 : audit [INF] from='client.? 172.21.15.89:0/2865751308' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-24T03:09:43.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:41.970349+0000 mon.smithi089 (mon.0) 143 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-24T03:09:43.712 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled mon update... 2024-01-24T03:09:44.101 DEBUG:teuthology.orchestra.run.smithi105:mon.smithi105> sudo journalctl -f -n 0 -u ceph-baa7a844-ba65-11ee-95b1-87774f69a715@mon.smithi105.service 2024-01-24T03:09:44.103 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T03:09:44.104 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T03:09:44.134 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:-- Logs begin at Wed 2024-01-24 03:01:12 UTC. -- 2024-01-24T03:09:45.063 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:43.706248+0000 mgr.smithi089.ojauep (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi089:172.21.15.89=smithi089;smithi105:172.21.15.105=smithi105", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:09:45.064 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:09:43.708788+0000 mgr.smithi089.ojauep (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi089:172.21.15.89=smithi089;smithi105:172.21.15.105=smithi105;count:2 2024-01-24T03:09:45.064 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:43.712061+0000 mon.smithi089 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:45.064 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:43.765281+0000 mon.smithi089 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:45.064 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:43.766278+0000 mon.smithi089 (mon.0) 146 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:09:45.064 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:43.885682+0000 mon.smithi089 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:45.064 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:44.207289+0000 mon.smithi089 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:45.526 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T03:09:45.526 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"baa7a844-ba65-11ee-95b1-87774f69a715","modified":"2024-01-24T03:08:09.453501Z","created":"2024-01-24T03:08:09.453501Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T03:09:45.528 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T03:09:46.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:45 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:44.743833+0000 mon.smithi089 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:46.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:45 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:45.526197+0000 mon.smithi089 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.105:0/1382265279' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T03:09:47.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:45.887882+0000 mon.smithi089 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:48.736 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T03:09:48.737 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T03:09:50.324 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T03:09:50.325 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"baa7a844-ba65-11ee-95b1-87774f69a715","modified":"2024-01-24T03:08:09.453501Z","created":"2024-01-24T03:08:09.453501Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T03:09:50.327 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T03:09:51.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:49.751921+0000 mon.smithi089 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:51.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:50.070463+0000 mon.smithi089 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:51.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:50.071310+0000 mon.smithi089 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:51.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:50.072274+0000 mon.smithi089 (mon.0) 155 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:51.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:50.073112+0000 mon.smithi089 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:09:51.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:09:50.074520+0000 mgr.smithi089.ojauep (mgr.14180) 9 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-01-24T03:09:51.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:09:50.102846+0000 mgr.smithi089.ojauep (mgr.14180) 10 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-01-24T03:09:51.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:50.133310+0000 mon.smithi089 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:51.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:50.138678+0000 mon.smithi089 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:51.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:50.140505+0000 mon.smithi089 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T03:09:51.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:50.145067+0000 mon.smithi089 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-24T03:09:51.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:50.145751+0000 mon.smithi089 (mon.0) 161 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:51.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:09:50.146384+0000 mgr.smithi089.ojauep (mgr.14180) 11 : cephadm [INF] Deploying daemon crash.smithi105 on smithi105 2024-01-24T03:09:51.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:50.325138+0000 mon.smithi089 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.105:0/2542394215' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T03:09:51.833 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T03:09:51.833 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T03:09:53.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:52.336347+0000 mon.smithi089 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:53.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:52.339047+0000 mon.smithi089 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.rimrpl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T03:09:53.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:52.341308+0000 mon.smithi089 (mon.0) 165 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.rimrpl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-24T03:09:53.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:52.342107+0000 mon.smithi089 (mon.0) 166 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T03:09:53.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:52.343002+0000 mon.smithi089 (mon.0) 167 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:53.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:09:52.343743+0000 mgr.smithi089.ojauep (mgr.14180) 12 : cephadm [INF] Deploying daemon mgr.smithi105.rimrpl on smithi105 2024-01-24T03:09:53.656 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T03:09:53.656 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"baa7a844-ba65-11ee-95b1-87774f69a715","modified":"2024-01-24T03:08:09.453501Z","created":"2024-01-24T03:08:09.453501Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T03:09:53.657 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T03:09:54.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:53.655166+0000 mon.smithi089 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.105:0/1397997524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T03:09:54.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:53.890364+0000 mon.smithi089 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:55.068 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T03:09:55.069 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T03:09:55.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:53.760403+0000 mgr.smithi089.ojauep (mgr.14180) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:09:55.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:54.364117+0000 mon.smithi089 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:09:55.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:54.366182+0000 mon.smithi089 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T03:09:55.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:54.366894+0000 mon.smithi089 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:55.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:09:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:09:54.367493+0000 mgr.smithi089.ojauep (mgr.14180) 14 : cephadm [INF] Deploying daemon mon.smithi105 on smithi105 2024-01-24T03:09:56.908 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T03:09:56.909 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"baa7a844-ba65-11ee-95b1-87774f69a715","modified":"2024-01-24T03:08:09.453501Z","created":"2024-01-24T03:08:09.453501Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T03:09:56.912 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T03:09:57.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:09:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: debug 2024-01-24T03:09:56.919+0000 7f7b9907b700 1 mon.smithi105@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-24T03:09:58.236 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T03:09:58.236 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T03:10:02.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:56.930896+0000 mon.smithi089 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-24T03:10:02.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:56.931063+0000 mon.smithi089 (mon.0) 176 : cluster [INF] mon.smithi089 calling monitor election 2024-01-24T03:10:02.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:56.944667+0000 mon.smithi089 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-24T03:10:02.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:57.761076+0000 mgr.smithi089.ojauep (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:02.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:57.924883+0000 mon.smithi089 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-24T03:10:02.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:58.925146+0000 mon.smithi089 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-24T03:10:02.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:58.926238+0000 mon.smithi105 (mon.1) 1 : cluster [INF] mon.smithi105 calling monitor election 2024-01-24T03:10:02.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:09:59.761443+0000 mgr.smithi089.ojauep (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:02.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:59.796674+0000 mon.smithi089 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.105:0/2055159151' entity='mgr.smithi105.rimrpl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.rimrpl/crt"}]: dispatch 2024-01-24T03:10:02.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:09:59.924911+0000 mon.smithi089 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-24T03:10:02.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:00.925252+0000 mon.smithi089 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-24T03:10:02.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:01.925506+0000 mon.smithi089 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-24T03:10:02.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:01.959099+0000 mon.smithi089 (mon.0) 184 : cluster [INF] mon.smithi089 is new leader, mons smithi089,smithi105 in quorum (ranks 0,1) 2024-01-24T03:10:02.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:01.962102+0000 mon.smithi089 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0],smithi105=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0]} removed_ranks: {} 2024-01-24T03:10:02.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:01.974152+0000 mon.smithi089 (mon.0) 186 : cluster [DBG] fsmap 2024-01-24T03:10:02.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:01.974191+0000 mon.smithi089 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-24T03:10:02.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:01.974421+0000 mon.smithi089 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi089.ojauep(active, since 28s) 2024-01-24T03:10:02.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:01.975658+0000 mon.smithi089 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi105.rimrpl started 2024-01-24T03:10:02.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:01.976680+0000 mon.smithi089 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.105:0/2055159151' entity='mgr.smithi105.rimrpl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-24T03:10:02.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:01.978336+0000 mon.smithi089 (mon.0) 191 : cluster [INF] overall HEALTH_OK 2024-01-24T03:10:02.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:01.978743+0000 mon.smithi089 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.105:0/2055159151' entity='mgr.smithi105.rimrpl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.rimrpl/key"}]: dispatch 2024-01-24T03:10:02.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:01.979131+0000 mon.smithi089 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.105:0/2055159151' entity='mgr.smithi105.rimrpl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-24T03:10:02.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:01.980646+0000 mon.smithi089 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:02.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:01.983461+0000 mon.smithi089 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:02.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:09:56.930896+0000 mon.smithi089 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-24T03:10:02.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:09:56.931063+0000 mon.smithi089 (mon.0) 176 : cluster [INF] mon.smithi089 calling monitor election 2024-01-24T03:10:02.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:09:56.944667+0000 mon.smithi089 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-24T03:10:02.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:09:57.761076+0000 mgr.smithi089.ojauep (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:02.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:09:57.924883+0000 mon.smithi089 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-24T03:10:02.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:09:58.925146+0000 mon.smithi089 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-24T03:10:02.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:09:58.926238+0000 mon.smithi105 (mon.1) 1 : cluster [INF] mon.smithi105 calling monitor election 2024-01-24T03:10:02.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:09:59.761443+0000 mgr.smithi089.ojauep (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:02.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:09:59.796674+0000 mon.smithi089 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.105:0/2055159151' entity='mgr.smithi105.rimrpl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.rimrpl/crt"}]: dispatch 2024-01-24T03:10:02.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:09:59.924911+0000 mon.smithi089 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-24T03:10:02.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:00.925252+0000 mon.smithi089 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-24T03:10:02.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:01.925506+0000 mon.smithi089 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-24T03:10:02.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:01.959099+0000 mon.smithi089 (mon.0) 184 : cluster [INF] mon.smithi089 is new leader, mons smithi089,smithi105 in quorum (ranks 0,1) 2024-01-24T03:10:02.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:01.962102+0000 mon.smithi089 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0],smithi105=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0]} removed_ranks: {} 2024-01-24T03:10:02.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:01.974152+0000 mon.smithi089 (mon.0) 186 : cluster [DBG] fsmap 2024-01-24T03:10:02.395 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:01.974191+0000 mon.smithi089 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-24T03:10:02.395 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:01.974421+0000 mon.smithi089 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi089.ojauep(active, since 28s) 2024-01-24T03:10:02.395 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:01.975658+0000 mon.smithi089 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi105.rimrpl started 2024-01-24T03:10:02.395 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:01.976680+0000 mon.smithi089 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.105:0/2055159151' entity='mgr.smithi105.rimrpl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-24T03:10:02.395 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:01.978336+0000 mon.smithi089 (mon.0) 191 : cluster [INF] overall HEALTH_OK 2024-01-24T03:10:02.395 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:01.978743+0000 mon.smithi089 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.105:0/2055159151' entity='mgr.smithi105.rimrpl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.rimrpl/key"}]: dispatch 2024-01-24T03:10:02.395 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:01.979131+0000 mon.smithi089 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.105:0/2055159151' entity='mgr.smithi105.rimrpl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-24T03:10:02.395 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:01.980646+0000 mon.smithi089 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:02.395 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:01.983461+0000 mon.smithi089 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:03.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:01.761790+0000 mgr.smithi089.ojauep (mgr.14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:03.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:01.982550+0000 mgr.smithi089.ojauep (mgr.14180) 19 : cephadm [INF] Deploying daemon node-exporter.smithi105 on smithi105 2024-01-24T03:10:03.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:02.034571+0000 mon.smithi089 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi089.ojauep(active, since 28s), standbys: smithi105.rimrpl 2024-01-24T03:10:03.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:02.034703+0000 mon.smithi089 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mgr metadata", "who": "smithi105.rimrpl", "id": "smithi105.rimrpl"}]: dispatch 2024-01-24T03:10:03.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:02.925534+0000 mon.smithi089 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-24T03:10:03.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:01.761790+0000 mgr.smithi089.ojauep (mgr.14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:03.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:01.982550+0000 mgr.smithi089.ojauep (mgr.14180) 19 : cephadm [INF] Deploying daemon node-exporter.smithi105 on smithi105 2024-01-24T03:10:03.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:02.034571+0000 mon.smithi089 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi089.ojauep(active, since 28s), standbys: smithi105.rimrpl 2024-01-24T03:10:03.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:02.034703+0000 mon.smithi089 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mgr metadata", "who": "smithi105.rimrpl", "id": "smithi105.rimrpl"}]: dispatch 2024-01-24T03:10:03.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:02.925534+0000 mon.smithi089 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2024-01-24T03:10:03.469 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T03:10:03.470 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":2,"fsid":"baa7a844-ba65-11ee-95b1-87774f69a715","modified":"2024-01-24T03:09:56.928266Z","created":"2024-01-24T03:08:09.453501Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi105","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:3300","nonce":0},{"type":"v1","addr":"172.21.15.105:6789","nonce":0}]},"addr":"172.21.15.105:6789/0","public_addr":"172.21.15.105:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-24T03:10:03.471 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 2 2024-01-24T03:10:04.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:03.469985+0000 mon.smithi089 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.105:0/1783950485' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T03:10:04.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:03.469985+0000 mon.smithi089 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.105:0/1783950485' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T03:10:05.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:03.762132+0000 mgr.smithi089.ojauep (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:05.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:03.762132+0000 mgr.smithi089.ojauep (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:07.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:05.762519+0000 mgr.smithi089.ojauep (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:07.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:05.762519+0000 mgr.smithi089.ojauep (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:07.883 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-24T03:10:07.883 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph config generate-minimal-conf 2024-01-24T03:10:09.166 INFO:teuthology.orchestra.run.smithi089.stdout:# minimal ceph.conf for baa7a844-ba65-11ee-95b1-87774f69a715 2024-01-24T03:10:09.167 INFO:teuthology.orchestra.run.smithi089.stdout:[global] 2024-01-24T03:10:09.167 INFO:teuthology.orchestra.run.smithi089.stdout: fsid = baa7a844-ba65-11ee-95b1-87774f69a715 2024-01-24T03:10:09.167 INFO:teuthology.orchestra.run.smithi089.stdout: mon_host = [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] 2024-01-24T03:10:09.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:07.762878+0000 mgr.smithi089.ojauep (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:09.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:08.972861+0000 mon.smithi089 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:09.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:08.974132+0000 mon.smithi089 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:10:09.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:07.762878+0000 mgr.smithi089.ojauep (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:09.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:08.972861+0000 mon.smithi089 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:09.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:08.974132+0000 mon.smithi089 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:10:09.526 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-24T03:10:09.526 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-24T03:10:09.526 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.conf 2024-01-24T03:10:09.556 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-24T03:10:09.556 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-24T03:10:09.623 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-24T03:10:09.623 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.conf 2024-01-24T03:10:09.655 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-24T03:10:09.655 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-24T03:10:09.723 INFO:tasks.cephadm:Deploying OSDs... 2024-01-24T03:10:09.723 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-24T03:10:09.723 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T03:10:09.741 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T03:10:09.741 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/nvme1n1 2024-01-24T03:10:09.798 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/nvme1n1 2024-01-24T03:10:09.798 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T03:10:09.798 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 188801 Links: 1 Device type: 103,1 2024-01-24T03:10:09.798 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T03:10:09.798 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T03:10:09.799 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-01-24 03:09:05.904814115 +0000 2024-01-24T03:10:09.799 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-01-24 03:07:35.753864875 +0000 2024-01-24T03:10:09.799 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-01-24 03:07:35.753864875 +0000 2024-01-24T03:10:09.799 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-01-24T03:10:09.799 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-24T03:10:09.864 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-01-24T03:10:09.865 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-01-24T03:10:09.865 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000346713 s, 1.5 MB/s 2024-01-24T03:10:09.866 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-24T03:10:09.925 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/nvme2n1 2024-01-24T03:10:09.984 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/nvme2n1 2024-01-24T03:10:09.984 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T03:10:09.984 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 188901 Links: 1 Device type: 103,2 2024-01-24T03:10:09.984 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T03:10:09.985 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T03:10:09.985 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-01-24 03:09:05.914813888 +0000 2024-01-24T03:10:09.985 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-01-24 03:07:35.899861556 +0000 2024-01-24T03:10:09.985 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-01-24 03:07:35.899861556 +0000 2024-01-24T03:10:09.985 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-01-24T03:10:09.985 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-24T03:10:10.050 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-01-24T03:10:10.050 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-01-24T03:10:10.050 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000260842 s, 2.0 MB/s 2024-01-24T03:10:10.051 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-24T03:10:10.111 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/nvme3n1 2024-01-24T03:10:10.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:09.167152+0000 mon.smithi089 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.89:0/212327773' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:10.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:10.084190+0000 mon.smithi089 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:10.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:10.084858+0000 mon.smithi089 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:10.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:10.085405+0000 mon.smithi089 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:10:10.130 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/nvme3n1 2024-01-24T03:10:10.130 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T03:10:10.130 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 188997 Links: 1 Device type: 103,3 2024-01-24T03:10:10.131 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T03:10:10.131 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T03:10:10.131 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-01-24 03:09:05.924813660 +0000 2024-01-24T03:10:10.131 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-01-24 03:07:36.045858237 +0000 2024-01-24T03:10:10.131 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-01-24 03:07:36.045858237 +0000 2024-01-24T03:10:10.131 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-01-24T03:10:10.131 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-24T03:10:10.196 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-01-24T03:10:10.196 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-01-24T03:10:10.196 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000208288 s, 2.5 MB/s 2024-01-24T03:10:10.197 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-24T03:10:10.257 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/nvme4n1 2024-01-24T03:10:10.314 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/nvme4n1 2024-01-24T03:10:10.314 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T03:10:10.315 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 185288 Links: 1 Device type: 103,4 2024-01-24T03:10:10.315 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T03:10:10.315 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T03:10:10.315 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-01-24 03:09:05.937813364 +0000 2024-01-24T03:10:10.315 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-01-24 03:07:36.190854941 +0000 2024-01-24T03:10:10.315 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-01-24 03:07:36.190854941 +0000 2024-01-24T03:10:10.315 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-01-24T03:10:10.315 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-24T03:10:10.382 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-01-24T03:10:10.382 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-01-24T03:10:10.382 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000224165 s, 2.3 MB/s 2024-01-24T03:10:10.383 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-24T03:10:10.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:09.167152+0000 mon.smithi089 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.89:0/212327773' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:10.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:10.084190+0000 mon.smithi089 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:10.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:10.084858+0000 mon.smithi089 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:10.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:10.085405+0000 mon.smithi089 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:10:10.441 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-24T03:10:10.441 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T03:10:10.460 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T03:10:10.461 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme1n1 2024-01-24T03:10:10.520 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme1n1 2024-01-24T03:10:10.520 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T03:10:10.520 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 179720 Links: 1 Device type: 103,1 2024-01-24T03:10:10.520 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T03:10:10.520 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T03:10:10.520 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-01-24 03:09:48.694320173 +0000 2024-01-24T03:10:10.520 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-01-24 03:07:37.411944764 +0000 2024-01-24T03:10:10.520 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-01-24 03:07:37.411944764 +0000 2024-01-24T03:10:10.520 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-01-24T03:10:10.520 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-24T03:10:10.586 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-01-24T03:10:10.586 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-01-24T03:10:10.586 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000295659 s, 1.7 MB/s 2024-01-24T03:10:10.587 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-24T03:10:10.647 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme2n1 2024-01-24T03:10:10.706 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme2n1 2024-01-24T03:10:10.706 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T03:10:10.706 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 179768 Links: 1 Device type: 103,2 2024-01-24T03:10:10.706 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T03:10:10.706 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T03:10:10.706 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-01-24 03:09:48.705319953 +0000 2024-01-24T03:10:10.706 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-01-24 03:07:37.557941849 +0000 2024-01-24T03:10:10.706 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-01-24 03:07:37.557941849 +0000 2024-01-24T03:10:10.706 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-01-24T03:10:10.707 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-24T03:10:10.772 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-01-24T03:10:10.772 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-01-24T03:10:10.772 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000266369 s, 1.9 MB/s 2024-01-24T03:10:10.773 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-24T03:10:10.833 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme3n1 2024-01-24T03:10:10.890 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme3n1 2024-01-24T03:10:10.891 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T03:10:10.891 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 189873 Links: 1 Device type: 103,3 2024-01-24T03:10:10.891 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T03:10:10.891 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T03:10:10.891 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-01-24 03:09:48.715319753 +0000 2024-01-24T03:10:10.891 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-01-24 03:07:37.702938954 +0000 2024-01-24T03:10:10.891 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-01-24 03:07:37.702938954 +0000 2024-01-24T03:10:10.891 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-01-24T03:10:10.891 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-24T03:10:10.957 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-01-24T03:10:10.957 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-01-24T03:10:10.957 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000200606 s, 2.6 MB/s 2024-01-24T03:10:10.958 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-24T03:10:11.016 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme4n1 2024-01-24T03:10:11.074 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme4n1 2024-01-24T03:10:11.075 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T03:10:11.075 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 189971 Links: 1 Device type: 103,4 2024-01-24T03:10:11.075 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T03:10:11.075 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T03:10:11.075 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-01-24 03:09:48.725319553 +0000 2024-01-24T03:10:11.075 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-01-24 03:07:37.846936079 +0000 2024-01-24T03:10:11.075 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-01-24 03:07:37.846936079 +0000 2024-01-24T03:10:11.075 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-01-24T03:10:11.075 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-24T03:10:11.140 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-01-24T03:10:11.141 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-01-24T03:10:11.141 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000253568 s, 2.0 MB/s 2024-01-24T03:10:11.142 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-24T03:10:11.200 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-24T03:10:11.265 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:09.763223+0000 mgr.smithi089.ojauep (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:11.265 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:10.086141+0000 mgr.smithi089.ojauep (mgr.14180) 24 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.conf 2024-01-24T03:10:11.265 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:10.086413+0000 mgr.smithi089.ojauep (mgr.14180) 25 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-01-24T03:10:11.265 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:10.108264+0000 mon.smithi089 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:11.265 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:10.112228+0000 mon.smithi089 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:11.265 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:10.117668+0000 mon.smithi089 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:11.265 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:10.120200+0000 mgr.smithi089.ojauep (mgr.14180) 26 : cephadm [INF] Reconfiguring mon.smithi089 (unknown last config time)... 2024-01-24T03:10:11.265 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:10.120448+0000 mon.smithi089 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T03:10:11.265 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:10.121082+0000 mon.smithi089 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T03:10:11.265 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:10.121680+0000 mon.smithi089 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:11.265 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:10.122259+0000 mgr.smithi089.ojauep (mgr.14180) 27 : cephadm [INF] Reconfiguring daemon mon.smithi089 on smithi089 2024-01-24T03:10:11.265 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:10.916934+0000 mon.smithi089 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:11.266 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:10.917851+0000 mon.smithi089 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.ojauep", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T03:10:11.266 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:10.918468+0000 mon.smithi089 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T03:10:11.266 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:10.918990+0000 mon.smithi089 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:11.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:09.763223+0000 mgr.smithi089.ojauep (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:11.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:10.086141+0000 mgr.smithi089.ojauep (mgr.14180) 24 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.conf 2024-01-24T03:10:11.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:10.086413+0000 mgr.smithi089.ojauep (mgr.14180) 25 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-01-24T03:10:11.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:10.108264+0000 mon.smithi089 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:11.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:10.112228+0000 mon.smithi089 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:11.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:10.117668+0000 mon.smithi089 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:11.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:10.120200+0000 mgr.smithi089.ojauep (mgr.14180) 26 : cephadm [INF] Reconfiguring mon.smithi089 (unknown last config time)... 2024-01-24T03:10:11.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:10.120448+0000 mon.smithi089 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T03:10:11.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:10.121082+0000 mon.smithi089 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T03:10:11.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:10.121680+0000 mon.smithi089 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:11.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:10.122259+0000 mgr.smithi089.ojauep (mgr.14180) 27 : cephadm [INF] Reconfiguring daemon mon.smithi089 on smithi089 2024-01-24T03:10:11.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:10.916934+0000 mon.smithi089 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:11.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:10.917851+0000 mon.smithi089 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.ojauep", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T03:10:11.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:10.918468+0000 mon.smithi089 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T03:10:11.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:10.918990+0000 mon.smithi089 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:12.299 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:10.917604+0000 mgr.smithi089.ojauep (mgr.14180) 28 : cephadm [INF] Reconfiguring mgr.smithi089.ojauep (unknown last config time)... 2024-01-24T03:10:12.299 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:10.919443+0000 mgr.smithi089.ojauep (mgr.14180) 29 : cephadm [INF] Reconfiguring daemon mgr.smithi089.ojauep on smithi089 2024-01-24T03:10:12.299 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:11.988767+0000 mon.smithi089 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:12.489 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:10.917604+0000 mgr.smithi089.ojauep (mgr.14180) 28 : cephadm [INF] Reconfiguring mgr.smithi089.ojauep (unknown last config time)... 2024-01-24T03:10:12.489 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:10.919443+0000 mgr.smithi089.ojauep (mgr.14180) 29 : cephadm [INF] Reconfiguring daemon mgr.smithi089.ojauep on smithi089 2024-01-24T03:10:12.489 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:11.988767+0000 mon.smithi089 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:12.657 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled osd.all-available-devices update... 2024-01-24T03:10:13.057 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-24T03:10:13.057 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:10:13.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:11.763595+0000 mgr.smithi089.ojauep (mgr.14180) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:13.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:12.657590+0000 mon.smithi089 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:13.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:13.006955+0000 mon.smithi089 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:13.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:11.763595+0000 mgr.smithi089.ojauep (mgr.14180) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:13.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:12.657590+0000 mon.smithi089 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:13.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:13.006955+0000 mon.smithi089 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:14.250 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:12.651580+0000 mgr.smithi089.ojauep (mgr.14180) 31 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:10:14.250 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:12.653438+0000 mgr.smithi089.ojauep (mgr.14180) 32 : cephadm [INF] Marking host: smithi089 for OSDSpec preview refresh. 2024-01-24T03:10:14.250 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:12.653510+0000 mgr.smithi089.ojauep (mgr.14180) 33 : cephadm [INF] Marking host: smithi105 for OSDSpec preview refresh. 2024-01-24T03:10:14.250 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:12.653857+0000 mgr.smithi089.ojauep (mgr.14180) 34 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-24T03:10:14.250 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:13.007598+0000 mgr.smithi089.ojauep (mgr.14180) 35 : cephadm [INF] Reconfiguring alertmanager.smithi089 (dependencies changed)... 2024-01-24T03:10:14.250 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:13.013806+0000 mgr.smithi089.ojauep (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon alertmanager.smithi089 on smithi089 2024-01-24T03:10:14.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:12.651580+0000 mgr.smithi089.ojauep (mgr.14180) 31 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:10:14.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:12.653438+0000 mgr.smithi089.ojauep (mgr.14180) 32 : cephadm [INF] Marking host: smithi089 for OSDSpec preview refresh. 2024-01-24T03:10:14.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:12.653510+0000 mgr.smithi089.ojauep (mgr.14180) 33 : cephadm [INF] Marking host: smithi105 for OSDSpec preview refresh. 2024-01-24T03:10:14.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:12.653857+0000 mgr.smithi089.ojauep (mgr.14180) 34 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-24T03:10:14.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:13.007598+0000 mgr.smithi089.ojauep (mgr.14180) 35 : cephadm [INF] Reconfiguring alertmanager.smithi089 (dependencies changed)... 2024-01-24T03:10:14.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:13.013806+0000 mgr.smithi089.ojauep (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon alertmanager.smithi089 on smithi089 2024-01-24T03:10:14.799 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:10:15.162 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-24T03:10:15.200 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:13.763807+0000 mgr.smithi089.ojauep (mgr.14180) 37 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:15.200 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:14.799204+0000 mon.smithi089 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.89:0/599441007' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:15.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:13.763807+0000 mgr.smithi089.ojauep (mgr.14180) 37 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:15.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:14.799204+0000 mon.smithi089 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.89:0/599441007' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:16.163 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:10:17.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:15.764034+0000 mgr.smithi089.ojauep (mgr.14180) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:17.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:16.058264+0000 mon.smithi089 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:17.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:16.058796+0000 mgr.smithi089.ojauep (mgr.14180) 39 : cephadm [INF] Reconfiguring crash.smithi089 (monmap changed)... 2024-01-24T03:10:17.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:16.059066+0000 mon.smithi089 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T03:10:17.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:16.059666+0000 mon.smithi089 (mon.0) 222 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:17.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:16.060121+0000 mgr.smithi089.ojauep (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon crash.smithi089 on smithi089 2024-01-24T03:10:17.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:15.764034+0000 mgr.smithi089.ojauep (mgr.14180) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:17.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:16.058264+0000 mon.smithi089 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:17.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:16.058796+0000 mgr.smithi089.ojauep (mgr.14180) 39 : cephadm [INF] Reconfiguring crash.smithi089 (monmap changed)... 2024-01-24T03:10:17.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:16.059066+0000 mon.smithi089 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T03:10:17.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:16.059666+0000 mon.smithi089 (mon.0) 222 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:17.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:16.060121+0000 mgr.smithi089.ojauep (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon crash.smithi089 on smithi089 2024-01-24T03:10:17.519 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:10:18.083 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-24T03:10:18.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:17.098245+0000 mon.smithi089 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:18.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:17.098859+0000 mgr.smithi089.ojauep (mgr.14180) 41 : cephadm [INF] Reconfiguring grafana.smithi089 (dependencies changed)... 2024-01-24T03:10:18.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:17.132204+0000 mgr.smithi089.ojauep (mgr.14180) 42 : cephadm [INF] Reconfiguring daemon grafana.smithi089 on smithi089 2024-01-24T03:10:18.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:17.519556+0000 mon.smithi089 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.89:0/506547694' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:18.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:17.098245+0000 mon.smithi089 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:18.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:17.098859+0000 mgr.smithi089.ojauep (mgr.14180) 41 : cephadm [INF] Reconfiguring grafana.smithi089 (dependencies changed)... 2024-01-24T03:10:18.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:17.132204+0000 mgr.smithi089.ojauep (mgr.14180) 42 : cephadm [INF] Reconfiguring daemon grafana.smithi089 on smithi089 2024-01-24T03:10:18.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:17.519556+0000 mon.smithi089 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.89:0/506547694' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:19.084 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:10:19.279 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:17.764358+0000 mgr.smithi089.ojauep (mgr.14180) 43 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:19.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:17.764358+0000 mgr.smithi089.ojauep (mgr.14180) 43 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:20.492 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:10:21.033 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:19.764757+0000 mgr.smithi089.ojauep (mgr.14180) 44 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:21.033 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:19.866387+0000 mon.smithi089 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:21.033 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:19.867145+0000 mgr.smithi089.ojauep (mgr.14180) 45 : cephadm [INF] Reconfiguring prometheus.smithi089 (dependencies changed)... 2024-01-24T03:10:21.033 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:19.870996+0000 mgr.smithi089.ojauep (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon prometheus.smithi089 on smithi089 2024-01-24T03:10:21.033 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:20.492412+0000 mon.smithi089 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.89:0/3580604191' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:21.134 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-24T03:10:21.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:19.764757+0000 mgr.smithi089.ojauep (mgr.14180) 44 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:21.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:19.866387+0000 mon.smithi089 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:21.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:19.867145+0000 mgr.smithi089.ojauep (mgr.14180) 45 : cephadm [INF] Reconfiguring prometheus.smithi089 (dependencies changed)... 2024-01-24T03:10:21.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:19.870996+0000 mgr.smithi089.ojauep (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon prometheus.smithi089 on smithi089 2024-01-24T03:10:21.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:20.492412+0000 mon.smithi089 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.89:0/3580604191' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:22.135 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:10:23.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:21.764998+0000 mgr.smithi089.ojauep (mgr.14180) 47 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:23.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:22.851461+0000 mon.smithi089 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:23.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:22.852225+0000 mon.smithi089 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T03:10:23.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:22.852885+0000 mon.smithi089 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:23.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:21.764998+0000 mgr.smithi089.ojauep (mgr.14180) 47 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:23.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:22.851461+0000 mon.smithi089 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:23.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:22.852225+0000 mon.smithi089 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T03:10:23.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:22.852885+0000 mon.smithi089 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:23.581 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:10:23.933 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-24T03:10:24.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:22.851973+0000 mgr.smithi089.ojauep (mgr.14180) 48 : cephadm [INF] Reconfiguring crash.smithi105 (monmap changed)... 2024-01-24T03:10:24.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:22.853358+0000 mgr.smithi089.ojauep (mgr.14180) 49 : cephadm [INF] Reconfiguring daemon crash.smithi105 on smithi105 2024-01-24T03:10:24.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:23.581851+0000 mon.smithi089 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.89:0/383859343' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:24.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:23.759474+0000 mon.smithi089 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:24.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:23.760233+0000 mon.smithi089 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.rimrpl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T03:10:24.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:23.760840+0000 mon.smithi089 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T03:10:24.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:23.761289+0000 mon.smithi089 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:24.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:22.851973+0000 mgr.smithi089.ojauep (mgr.14180) 48 : cephadm [INF] Reconfiguring crash.smithi105 (monmap changed)... 2024-01-24T03:10:24.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:22.853358+0000 mgr.smithi089.ojauep (mgr.14180) 49 : cephadm [INF] Reconfiguring daemon crash.smithi105 on smithi105 2024-01-24T03:10:24.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:23.581851+0000 mon.smithi089 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.89:0/383859343' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:24.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:23.759474+0000 mon.smithi089 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:24.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:23.760233+0000 mon.smithi089 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.rimrpl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T03:10:24.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:23.760840+0000 mon.smithi089 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T03:10:24.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:23.761289+0000 mon.smithi089 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:24.934 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:10:25.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:23.760002+0000 mgr.smithi089.ojauep (mgr.14180) 50 : cephadm [INF] Reconfiguring mgr.smithi105.rimrpl (monmap changed)... 2024-01-24T03:10:25.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:23.761742+0000 mgr.smithi089.ojauep (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon mgr.smithi105.rimrpl on smithi105 2024-01-24T03:10:25.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:23.765389+0000 mgr.smithi089.ojauep (mgr.14180) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:25.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:24.612414+0000 mon.smithi089 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:25.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:24.613211+0000 mon.smithi089 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T03:10:25.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:24.613841+0000 mon.smithi089 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T03:10:25.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:24.614372+0000 mon.smithi089 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:25.268 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:23.760002+0000 mgr.smithi089.ojauep (mgr.14180) 50 : cephadm [INF] Reconfiguring mgr.smithi105.rimrpl (monmap changed)... 2024-01-24T03:10:25.268 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:23.761742+0000 mgr.smithi089.ojauep (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon mgr.smithi105.rimrpl on smithi105 2024-01-24T03:10:25.268 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:23.765389+0000 mgr.smithi089.ojauep (mgr.14180) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:25.269 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:24.612414+0000 mon.smithi089 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:25.269 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:24.613211+0000 mon.smithi089 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T03:10:25.269 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:24.613841+0000 mon.smithi089 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T03:10:25.269 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:24.614372+0000 mon.smithi089 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:26.320 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:10:26.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:24.612993+0000 mgr.smithi089.ojauep (mgr.14180) 53 : cephadm [INF] Reconfiguring mon.smithi105 (monmap changed)... 2024-01-24T03:10:26.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:24.614922+0000 mgr.smithi089.ojauep (mgr.14180) 54 : cephadm [INF] Reconfiguring daemon mon.smithi105 on smithi105 2024-01-24T03:10:26.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:25.422935+0000 mon.smithi089 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:26.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:25.425477+0000 mon.smithi089 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T03:10:26.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:25.425796+0000 mgr.smithi089.ojauep (mgr.14180) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T03:10:26.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:25.426562+0000 mon.smithi089 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi089.front.sepia.ceph.com:9093"}]: dispatch 2024-01-24T03:10:26.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:25.426789+0000 mgr.smithi089.ojauep (mgr.14180) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi089.front.sepia.ceph.com:9093"}]: dispatch 2024-01-24T03:10:26.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:25.429728+0000 mon.smithi089 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:26.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:25.433680+0000 mon.smithi089 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T03:10:26.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:25.434073+0000 mgr.smithi089.ojauep (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T03:10:26.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:25.439186+0000 mon.smithi089 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi089.front.sepia.ceph.com:3000"}]: dispatch 2024-01-24T03:10:26.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:25.439658+0000 mgr.smithi089.ojauep (mgr.14180) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi089.front.sepia.ceph.com:3000"}]: dispatch 2024-01-24T03:10:26.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:25.443457+0000 mon.smithi089 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:26.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:25.447739+0000 mon.smithi089 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T03:10:26.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:25.448072+0000 mgr.smithi089.ojauep (mgr.14180) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T03:10:26.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:25.449592+0000 mon.smithi089 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi089.front.sepia.ceph.com:9095"}]: dispatch 2024-01-24T03:10:26.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:25.449891+0000 mgr.smithi089.ojauep (mgr.14180) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi089.front.sepia.ceph.com:9095"}]: dispatch 2024-01-24T03:10:26.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:25.454171+0000 mon.smithi089 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:26.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:25.457135+0000 mon.smithi089 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:10:26.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:26.320925+0000 mon.smithi089 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.89:0/3411241030' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:26.706 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-24T03:10:26.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:24.612993+0000 mgr.smithi089.ojauep (mgr.14180) 53 : cephadm [INF] Reconfiguring mon.smithi105 (monmap changed)... 2024-01-24T03:10:26.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:24.614922+0000 mgr.smithi089.ojauep (mgr.14180) 54 : cephadm [INF] Reconfiguring daemon mon.smithi105 on smithi105 2024-01-24T03:10:26.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:25.422935+0000 mon.smithi089 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:26.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:25.425477+0000 mon.smithi089 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T03:10:26.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:25.425796+0000 mgr.smithi089.ojauep (mgr.14180) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T03:10:26.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:25.426562+0000 mon.smithi089 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi089.front.sepia.ceph.com:9093"}]: dispatch 2024-01-24T03:10:26.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:25.426789+0000 mgr.smithi089.ojauep (mgr.14180) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi089.front.sepia.ceph.com:9093"}]: dispatch 2024-01-24T03:10:26.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:25.429728+0000 mon.smithi089 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:26.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:25.433680+0000 mon.smithi089 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T03:10:26.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:25.434073+0000 mgr.smithi089.ojauep (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T03:10:26.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:25.439186+0000 mon.smithi089 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi089.front.sepia.ceph.com:3000"}]: dispatch 2024-01-24T03:10:26.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:25.439658+0000 mgr.smithi089.ojauep (mgr.14180) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi089.front.sepia.ceph.com:3000"}]: dispatch 2024-01-24T03:10:26.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:25.443457+0000 mon.smithi089 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:26.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:25.447739+0000 mon.smithi089 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T03:10:26.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:25.448072+0000 mgr.smithi089.ojauep (mgr.14180) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T03:10:26.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:25.449592+0000 mon.smithi089 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi089.front.sepia.ceph.com:9095"}]: dispatch 2024-01-24T03:10:26.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:25.449891+0000 mgr.smithi089.ojauep (mgr.14180) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi089.front.sepia.ceph.com:9095"}]: dispatch 2024-01-24T03:10:26.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:25.454171+0000 mon.smithi089 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:26.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:25.457135+0000 mon.smithi089 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:10:26.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:26.320925+0000 mon.smithi089 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.89:0/3411241030' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:27.707 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:10:27.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:25.765638+0000 mgr.smithi089.ojauep (mgr.14180) 61 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:27.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:26.556296+0000 mon.smithi089 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:27.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:26.560389+0000 mon.smithi089 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:27.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:25.765638+0000 mgr.smithi089.ojauep (mgr.14180) 61 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:27.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:26.556296+0000 mon.smithi089 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:27.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:26.560389+0000 mon.smithi089 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:29.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:27.765899+0000 mgr.smithi089.ojauep (mgr.14180) 62 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:29.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:28.005168+0000 mon.smithi089 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:29.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:28.009771+0000 mon.smithi089 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:29.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:28.010469+0000 mon.smithi089 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:29.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:28.011077+0000 mon.smithi089 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:10:29.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:28.014573+0000 mon.smithi089 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:29.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:28.017863+0000 mon.smithi089 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:10:29.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:28.020352+0000 mon.smithi089 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T03:10:29.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:28.021350+0000 mon.smithi089 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T03:10:29.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:28.021501+0000 mon.smithi089 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:29.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:28.021946+0000 mon.smithi089 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:29.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:27.765899+0000 mgr.smithi089.ojauep (mgr.14180) 62 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:29.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:28.005168+0000 mon.smithi089 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:29.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:28.009771+0000 mon.smithi089 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:29.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:28.010469+0000 mon.smithi089 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:29.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:28.011077+0000 mon.smithi089 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:10:29.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:28.014573+0000 mon.smithi089 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:29.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:28.017863+0000 mon.smithi089 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:10:29.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:28.020352+0000 mon.smithi089 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T03:10:29.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:28.021350+0000 mon.smithi089 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T03:10:29.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:28.021501+0000 mon.smithi089 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:29.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:28.021946+0000 mon.smithi089 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:29.636 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:10:30.017 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-24T03:10:30.260 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:29.636841+0000 mon.smithi089 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.89:0/3212812515' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:30.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:29.636841+0000 mon.smithi089 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.89:0/3212812515' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:31.018 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:10:31.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:29.766099+0000 mgr.smithi089.ojauep (mgr.14180) 63 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:31.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:30.091565+0000 mon.smithi105 (mon.1) 2 : audit [INF] from='client.? 172.21.15.105:0/543606490' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4cd6fe7e-7ecd-4e21-b3d0-dc9038294b33"}]: dispatch 2024-01-24T03:10:31.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:30.091890+0000 mon.smithi089 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4cd6fe7e-7ecd-4e21-b3d0-dc9038294b33"}]: dispatch 2024-01-24T03:10:31.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:30.099566+0000 mon.smithi089 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4cd6fe7e-7ecd-4e21-b3d0-dc9038294b33"}]': finished 2024-01-24T03:10:31.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:30.099608+0000 mon.smithi089 (mon.0) 266 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-24T03:10:31.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:30.099724+0000 mon.smithi089 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:31.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:30.439543+0000 mon.smithi089 (mon.0) 268 : audit [INF] from='client.? 172.21.15.89:0/1370560363' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f8d617d-fc94-4d8d-9208-a0bf7afb8ffe"}]: dispatch 2024-01-24T03:10:31.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:30.447565+0000 mon.smithi089 (mon.0) 269 : audit [INF] from='client.? 172.21.15.89:0/1370560363' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f8d617d-fc94-4d8d-9208-a0bf7afb8ffe"}]': finished 2024-01-24T03:10:31.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:30.447599+0000 mon.smithi089 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-24T03:10:31.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:30.447699+0000 mon.smithi089 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:31.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:30.448059+0000 mon.smithi089 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:31.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:29.766099+0000 mgr.smithi089.ojauep (mgr.14180) 63 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:31.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:30.091565+0000 mon.smithi105 (mon.1) 2 : audit [INF] from='client.? 172.21.15.105:0/543606490' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4cd6fe7e-7ecd-4e21-b3d0-dc9038294b33"}]: dispatch 2024-01-24T03:10:31.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:30.091890+0000 mon.smithi089 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4cd6fe7e-7ecd-4e21-b3d0-dc9038294b33"}]: dispatch 2024-01-24T03:10:31.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:30.099566+0000 mon.smithi089 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4cd6fe7e-7ecd-4e21-b3d0-dc9038294b33"}]': finished 2024-01-24T03:10:31.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:30.099608+0000 mon.smithi089 (mon.0) 266 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-24T03:10:31.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:30.099724+0000 mon.smithi089 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:31.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:30.439543+0000 mon.smithi089 (mon.0) 268 : audit [INF] from='client.? 172.21.15.89:0/1370560363' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f8d617d-fc94-4d8d-9208-a0bf7afb8ffe"}]: dispatch 2024-01-24T03:10:31.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:30.447565+0000 mon.smithi089 (mon.0) 269 : audit [INF] from='client.? 172.21.15.89:0/1370560363' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f8d617d-fc94-4d8d-9208-a0bf7afb8ffe"}]': finished 2024-01-24T03:10:31.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:30.447599+0000 mon.smithi089 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-24T03:10:31.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:30.447699+0000 mon.smithi089 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:31.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:30.448059+0000 mon.smithi089 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:32.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:31.369029+0000 mon.smithi105 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.105:0/2105472887' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:10:32.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:31.850519+0000 mon.smithi089 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.89:0/3607119444' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:10:32.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:31.369029+0000 mon.smithi105 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.105:0/2105472887' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:10:32.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:31.850519+0000 mon.smithi089 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.89:0/3607119444' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:10:32.489 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:10:32.849 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1706065830,"num_remapped_pgs":0} 2024-01-24T03:10:33.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:31.766359+0000 mgr.smithi089.ojauep (mgr.14180) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:33.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:32.489793+0000 mon.smithi089 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.89:0/3775224595' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:33.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:33 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:31.766359+0000 mgr.smithi089.ojauep (mgr.14180) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:33.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:33 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:32.489793+0000 mon.smithi089 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.89:0/3775224595' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:33.850 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:10:34.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:33.891480+0000 mon.smithi105 (mon.1) 4 : audit [INF] from='client.? 172.21.15.105:0/2477091733' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "201dd8f6-1ddb-4ce3-b42a-99b4ccd27fe7"}]: dispatch 2024-01-24T03:10:34.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:33.891924+0000 mon.smithi089 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "201dd8f6-1ddb-4ce3-b42a-99b4ccd27fe7"}]: dispatch 2024-01-24T03:10:34.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:33.895906+0000 mon.smithi089 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "201dd8f6-1ddb-4ce3-b42a-99b4ccd27fe7"}]': finished 2024-01-24T03:10:34.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:33.895955+0000 mon.smithi089 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-24T03:10:34.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:33.896096+0000 mon.smithi089 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:34.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:33.896452+0000 mon.smithi089 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:34.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:33.896677+0000 mon.smithi089 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:34.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:33.891480+0000 mon.smithi105 (mon.1) 4 : audit [INF] from='client.? 172.21.15.105:0/2477091733' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "201dd8f6-1ddb-4ce3-b42a-99b4ccd27fe7"}]: dispatch 2024-01-24T03:10:34.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:33.891924+0000 mon.smithi089 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "201dd8f6-1ddb-4ce3-b42a-99b4ccd27fe7"}]: dispatch 2024-01-24T03:10:34.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:33.895906+0000 mon.smithi089 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "201dd8f6-1ddb-4ce3-b42a-99b4ccd27fe7"}]': finished 2024-01-24T03:10:34.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:33.895955+0000 mon.smithi089 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-24T03:10:34.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:33.896096+0000 mon.smithi089 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:34.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:33.896452+0000 mon.smithi089 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:34.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:33.896677+0000 mon.smithi089 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:35.237 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:10:35.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:33.766732+0000 mgr.smithi089.ojauep (mgr.14180) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:35.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:34.395448+0000 mon.smithi089 (mon.0) 281 : audit [INF] from='client.? 172.21.15.89:0/548447303' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c54f4252-4acb-43a5-9c95-bde7c67c7ac2"}]: dispatch 2024-01-24T03:10:35.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:34.398900+0000 mon.smithi089 (mon.0) 282 : audit [INF] from='client.? 172.21.15.89:0/548447303' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c54f4252-4acb-43a5-9c95-bde7c67c7ac2"}]': finished 2024-01-24T03:10:35.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:34.398936+0000 mon.smithi089 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-24T03:10:35.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:34.399027+0000 mon.smithi089 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:35.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:34.399284+0000 mon.smithi089 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:35.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:34.399501+0000 mon.smithi089 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:35.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:34.399626+0000 mon.smithi089 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:35.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:33.766732+0000 mgr.smithi089.ojauep (mgr.14180) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:35.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:34.395448+0000 mon.smithi089 (mon.0) 281 : audit [INF] from='client.? 172.21.15.89:0/548447303' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c54f4252-4acb-43a5-9c95-bde7c67c7ac2"}]: dispatch 2024-01-24T03:10:35.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:34.398900+0000 mon.smithi089 (mon.0) 282 : audit [INF] from='client.? 172.21.15.89:0/548447303' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c54f4252-4acb-43a5-9c95-bde7c67c7ac2"}]': finished 2024-01-24T03:10:35.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:34.398936+0000 mon.smithi089 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-24T03:10:35.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:34.399027+0000 mon.smithi089 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:35.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:34.399284+0000 mon.smithi089 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:35.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:34.399501+0000 mon.smithi089 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:35.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:34.399626+0000 mon.smithi089 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:35.616 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1706065834,"num_remapped_pgs":0} 2024-01-24T03:10:36.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:35.237363+0000 mon.smithi089 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.89:0/2737240353' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:36.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:35.243625+0000 mon.smithi105 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.105:0/103121470' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:10:36.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:35.818865+0000 mon.smithi089 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.89:0/3597852183' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:10:36.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:35.237363+0000 mon.smithi089 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.89:0/2737240353' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:36.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:35.243625+0000 mon.smithi105 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.105:0/103121470' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:10:36.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:35.818865+0000 mon.smithi089 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.89:0/3597852183' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:10:36.618 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:10:37.278 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:37 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:35.767062+0000 mgr.smithi089.ojauep (mgr.14180) 66 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:37.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:37 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:35.767062+0000 mgr.smithi089.ojauep (mgr.14180) 66 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:37.932 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:10:38.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:37.746527+0000 mon.smithi105 (mon.1) 6 : audit [INF] from='client.? 172.21.15.105:0/2293507720' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ce0ebb96-0560-4372-95ba-c6eb92b16341"}]: dispatch 2024-01-24T03:10:38.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:37.746941+0000 mon.smithi089 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ce0ebb96-0560-4372-95ba-c6eb92b16341"}]: dispatch 2024-01-24T03:10:38.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:37.750343+0000 mon.smithi089 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ce0ebb96-0560-4372-95ba-c6eb92b16341"}]': finished 2024-01-24T03:10:38.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:37.750406+0000 mon.smithi089 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-24T03:10:38.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:37.750500+0000 mon.smithi089 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:38.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:37.750760+0000 mon.smithi089 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:38.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:37.750909+0000 mon.smithi089 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:38.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:37.751077+0000 mon.smithi089 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:38.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:37.751239+0000 mon.smithi089 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:10:38.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:37.933208+0000 mon.smithi089 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.89:0/3878330220' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:38.256 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:37.746527+0000 mon.smithi105 (mon.1) 6 : audit [INF] from='client.? 172.21.15.105:0/2293507720' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ce0ebb96-0560-4372-95ba-c6eb92b16341"}]: dispatch 2024-01-24T03:10:38.256 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:37.746941+0000 mon.smithi089 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ce0ebb96-0560-4372-95ba-c6eb92b16341"}]: dispatch 2024-01-24T03:10:38.256 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:37.750343+0000 mon.smithi089 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ce0ebb96-0560-4372-95ba-c6eb92b16341"}]': finished 2024-01-24T03:10:38.256 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:37.750406+0000 mon.smithi089 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-24T03:10:38.256 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:37.750500+0000 mon.smithi089 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:38.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:37.750760+0000 mon.smithi089 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:38.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:37.750909+0000 mon.smithi089 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:38.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:37.751077+0000 mon.smithi089 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:38.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:37.751239+0000 mon.smithi089 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:10:38.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:37.933208+0000 mon.smithi089 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.89:0/3878330220' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:38.289 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1706065837,"num_remapped_pgs":0} 2024-01-24T03:10:39.290 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:10:39.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:37.767283+0000 mgr.smithi089.ojauep (mgr.14180) 67 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:39.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:38.351382+0000 mon.smithi089 (mon.0) 299 : audit [INF] from='client.? 172.21.15.89:0/68401890' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2042a4eb-4395-4042-ad3d-387ddb8851f6"}]: dispatch 2024-01-24T03:10:39.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:38.359333+0000 mon.smithi089 (mon.0) 300 : audit [INF] from='client.? 172.21.15.89:0/68401890' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2042a4eb-4395-4042-ad3d-387ddb8851f6"}]': finished 2024-01-24T03:10:39.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:38.359369+0000 mon.smithi089 (mon.0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-24T03:10:39.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:38.359449+0000 mon.smithi089 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:39.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:38.359701+0000 mon.smithi089 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:39.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:38.359830+0000 mon.smithi089 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:39.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:38.359979+0000 mon.smithi089 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:39.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:38.360101+0000 mon.smithi089 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:10:39.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:38.360222+0000 mon.smithi089 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:10:39.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:39.094569+0000 mon.smithi105 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.105:0/216382325' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:10:39.602 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:37.767283+0000 mgr.smithi089.ojauep (mgr.14180) 67 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:39.602 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:38.351382+0000 mon.smithi089 (mon.0) 299 : audit [INF] from='client.? 172.21.15.89:0/68401890' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2042a4eb-4395-4042-ad3d-387ddb8851f6"}]: dispatch 2024-01-24T03:10:39.602 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:38.359333+0000 mon.smithi089 (mon.0) 300 : audit [INF] from='client.? 172.21.15.89:0/68401890' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2042a4eb-4395-4042-ad3d-387ddb8851f6"}]': finished 2024-01-24T03:10:39.602 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:38.359369+0000 mon.smithi089 (mon.0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-24T03:10:39.602 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:38.359449+0000 mon.smithi089 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:39.602 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:38.359701+0000 mon.smithi089 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:39.602 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:38.359830+0000 mon.smithi089 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:39.602 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:38.359979+0000 mon.smithi089 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:39.602 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:38.360101+0000 mon.smithi089 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:10:39.603 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:38.360222+0000 mon.smithi089 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:10:39.603 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:39.094569+0000 mon.smithi105 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.105:0/216382325' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:10:40.261 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:39.637846+0000 mon.smithi089 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.89:0/4084201878' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:10:40.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:39.637846+0000 mon.smithi089 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.89:0/4084201878' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:10:40.623 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:10:40.990 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1706065838,"num_remapped_pgs":0} 2024-01-24T03:10:41.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:41 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:39.767675+0000 mgr.smithi089.ojauep (mgr.14180) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:41.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:41 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:40.624303+0000 mon.smithi089 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.89:0/4090699757' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:41.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:41 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:39.767675+0000 mgr.smithi089.ojauep (mgr.14180) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:41.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:41 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:40.624303+0000 mon.smithi089 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.89:0/4090699757' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:41.991 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:10:42.294 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:41.604339+0000 mon.smithi105 (mon.1) 8 : audit [INF] from='client.? 172.21.15.105:0/2977016834' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f91c634-d715-4964-bdf5-d1838919ee06"}]: dispatch 2024-01-24T03:10:42.295 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:41.604891+0000 mon.smithi089 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f91c634-d715-4964-bdf5-d1838919ee06"}]: dispatch 2024-01-24T03:10:42.295 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:41.610728+0000 mon.smithi089 (mon.0) 311 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f91c634-d715-4964-bdf5-d1838919ee06"}]': finished 2024-01-24T03:10:42.295 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:41.610782+0000 mon.smithi089 (mon.0) 312 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-24T03:10:42.295 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:41.610902+0000 mon.smithi089 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:42.295 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:41.611140+0000 mon.smithi089 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:42.295 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:41.611292+0000 mon.smithi089 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:42.295 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:41.611442+0000 mon.smithi089 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:42.295 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:41.611595+0000 mon.smithi089 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:10:42.295 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:41.611753+0000 mon.smithi089 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:10:42.295 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:41.611902+0000 mon.smithi089 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:10:42.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:41.604339+0000 mon.smithi105 (mon.1) 8 : audit [INF] from='client.? 172.21.15.105:0/2977016834' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f91c634-d715-4964-bdf5-d1838919ee06"}]: dispatch 2024-01-24T03:10:42.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:41.604891+0000 mon.smithi089 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f91c634-d715-4964-bdf5-d1838919ee06"}]: dispatch 2024-01-24T03:10:42.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:41.610728+0000 mon.smithi089 (mon.0) 311 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f91c634-d715-4964-bdf5-d1838919ee06"}]': finished 2024-01-24T03:10:42.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:41.610782+0000 mon.smithi089 (mon.0) 312 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-24T03:10:42.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:41.610902+0000 mon.smithi089 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:42.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:41.611140+0000 mon.smithi089 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:42.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:41.611292+0000 mon.smithi089 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:42.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:41.611442+0000 mon.smithi089 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:42.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:41.611595+0000 mon.smithi089 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:10:42.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:41.611753+0000 mon.smithi089 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:10:42.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:41.611902+0000 mon.smithi089 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:10:43.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:41.767946+0000 mgr.smithi089.ojauep (mgr.14180) 69 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:43.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:42.161080+0000 mon.smithi089 (mon.0) 320 : audit [INF] from='client.? 172.21.15.89:0/3420309571' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ae5aed16-f191-411c-8409-66bd8e3a55a8"}]: dispatch 2024-01-24T03:10:43.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:42.168751+0000 mon.smithi089 (mon.0) 321 : audit [INF] from='client.? 172.21.15.89:0/3420309571' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ae5aed16-f191-411c-8409-66bd8e3a55a8"}]': finished 2024-01-24T03:10:43.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:42.168819+0000 mon.smithi089 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-24T03:10:43.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:42.168946+0000 mon.smithi089 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:43.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:42.169184+0000 mon.smithi089 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:43.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:42.169328+0000 mon.smithi089 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:43.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:42.169460+0000 mon.smithi089 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:43.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:42.169602+0000 mon.smithi089 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:10:43.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:42.169740+0000 mon.smithi089 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:10:43.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:42.169871+0000 mon.smithi089 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:10:43.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:42.170000+0000 mon.smithi089 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:10:43.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:42.900286+0000 mon.smithi105 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.105:0/2404181432' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:10:43.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:41.767946+0000 mgr.smithi089.ojauep (mgr.14180) 69 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:43.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:42.161080+0000 mon.smithi089 (mon.0) 320 : audit [INF] from='client.? 172.21.15.89:0/3420309571' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ae5aed16-f191-411c-8409-66bd8e3a55a8"}]: dispatch 2024-01-24T03:10:43.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:42.168751+0000 mon.smithi089 (mon.0) 321 : audit [INF] from='client.? 172.21.15.89:0/3420309571' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ae5aed16-f191-411c-8409-66bd8e3a55a8"}]': finished 2024-01-24T03:10:43.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:42.168819+0000 mon.smithi089 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-24T03:10:43.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:42.168946+0000 mon.smithi089 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:43.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:42.169184+0000 mon.smithi089 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:43.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:42.169328+0000 mon.smithi089 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:43.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:42.169460+0000 mon.smithi089 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:43.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:42.169602+0000 mon.smithi089 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:10:43.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:42.169740+0000 mon.smithi089 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:10:43.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:42.169871+0000 mon.smithi089 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:10:43.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:42.170000+0000 mon.smithi089 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:10:43.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:42.900286+0000 mon.smithi105 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.105:0/2404181432' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:10:43.416 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:10:43.772 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706065842,"num_remapped_pgs":0} 2024-01-24T03:10:44.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:43.417030+0000 mon.smithi089 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.89:0/783689629' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:44.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:43.612216+0000 mon.smithi089 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.89:0/2380538592' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:10:44.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:43.417030+0000 mon.smithi089 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.89:0/783689629' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:44.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:43.612216+0000 mon.smithi089 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.89:0/2380538592' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:10:44.773 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:10:45.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:45 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:43.768188+0000 mgr.smithi089.ojauep (mgr.14180) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:45.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:45 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:43.768188+0000 mgr.smithi089.ojauep (mgr.14180) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:46.076 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:10:46.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:46.076386+0000 mon.smithi089 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.89:0/1077888882' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:46.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:46.076386+0000 mon.smithi089 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.89:0/1077888882' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:46.570 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706065842,"num_remapped_pgs":0} 2024-01-24T03:10:47.214 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:47 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:45.768393+0000 mgr.smithi089.ojauep (mgr.14180) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:47.308 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:45.768393+0000 mgr.smithi089.ojauep (mgr.14180) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:47.571 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:10:48.222 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:47.291870+0000 mon.smithi089 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-24T03:10:48.222 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:47.292419+0000 mon.smithi089 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:48.222 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:47.292904+0000 mgr.smithi089.ojauep (mgr.14180) 72 : cephadm [INF] Deploying daemon osd.0 on smithi105 2024-01-24T03:10:48.223 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:48.107238+0000 mon.smithi089 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-24T03:10:48.223 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:48.107810+0000 mon.smithi089 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:48.285 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:47.291870+0000 mon.smithi089 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-24T03:10:48.285 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:47.292419+0000 mon.smithi089 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:48.286 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:47.292904+0000 mgr.smithi089.ojauep (mgr.14180) 72 : cephadm [INF] Deploying daemon osd.0 on smithi105 2024-01-24T03:10:48.286 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:48.107238+0000 mon.smithi089 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-24T03:10:48.286 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:48.107810+0000 mon.smithi089 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:49.103 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:10:49.186 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:49 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:47.768740+0000 mgr.smithi089.ojauep (mgr.14180) 73 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:49.186 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:49 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:48.108268+0000 mgr.smithi089.ojauep (mgr.14180) 74 : cephadm [INF] Deploying daemon osd.1 on smithi089 2024-01-24T03:10:49.186 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:49 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:49.103889+0000 mon.smithi089 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.89:0/2694081825' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:49.333 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:47.768740+0000 mgr.smithi089.ojauep (mgr.14180) 73 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:49.333 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:48.108268+0000 mgr.smithi089.ojauep (mgr.14180) 74 : cephadm [INF] Deploying daemon osd.1 on smithi089 2024-01-24T03:10:49.333 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:49.103889+0000 mon.smithi089 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.89:0/2694081825' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:49.597 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706065842,"num_remapped_pgs":0} 2024-01-24T03:10:50.598 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:10:51.224 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:49.768981+0000 mgr.smithi089.ojauep (mgr.14180) 75 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:51.225 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:50.787872+0000 mon.smithi089 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:51.225 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:50.788550+0000 mon.smithi089 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-24T03:10:51.225 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:50.789232+0000 mon.smithi089 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:51.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:49.768981+0000 mgr.smithi089.ojauep (mgr.14180) 75 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:51.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:50.787872+0000 mon.smithi089 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:51.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:50.788550+0000 mon.smithi089 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-24T03:10:51.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:50.789232+0000 mon.smithi089 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:52.077 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:10:52.300 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:50.789766+0000 mgr.smithi089.ojauep (mgr.14180) 76 : cephadm [INF] Deploying daemon osd.2 on smithi105 2024-01-24T03:10:52.300 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:52.077347+0000 mon.smithi089 (mon.0) 342 : audit [DBG] from='client.? 172.21.15.89:0/1392314480' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:52.300 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:52.079703+0000 mon.smithi089 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:52.301 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:52.080521+0000 mon.smithi089 (mon.0) 344 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-24T03:10:52.301 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:52.081155+0000 mon.smithi089 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:52.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:50.789766+0000 mgr.smithi089.ojauep (mgr.14180) 76 : cephadm [INF] Deploying daemon osd.2 on smithi105 2024-01-24T03:10:52.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:52.077347+0000 mon.smithi089 (mon.0) 342 : audit [DBG] from='client.? 172.21.15.89:0/1392314480' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:52.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:52.079703+0000 mon.smithi089 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:52.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:52.080521+0000 mon.smithi089 (mon.0) 344 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-24T03:10:52.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:52.081155+0000 mon.smithi089 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:52.489 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706065842,"num_remapped_pgs":0} 2024-01-24T03:10:53.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:51.769205+0000 mgr.smithi089.ojauep (mgr.14180) 77 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:53.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:52.081695+0000 mgr.smithi089.ojauep (mgr.14180) 78 : cephadm [INF] Deploying daemon osd.3 on smithi089 2024-01-24T03:10:53.491 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:10:53.520 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:51.769205+0000 mgr.smithi089.ojauep (mgr.14180) 77 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:53.520 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:52.081695+0000 mgr.smithi089.ojauep (mgr.14180) 78 : cephadm [INF] Deploying daemon osd.3 on smithi089 2024-01-24T03:10:54.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:53.987810+0000 mon.smithi105 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.105:6800/846555763,v1:172.21.15.105:6801/846555763]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-24T03:10:54.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:53.988137+0000 mon.smithi089 (mon.0) 346 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-24T03:10:54.461 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:53.987810+0000 mon.smithi105 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.105:6800/846555763,v1:172.21.15.105:6801/846555763]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-24T03:10:54.461 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:53.988137+0000 mon.smithi089 (mon.0) 346 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-24T03:10:55.210 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:10:55.228 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:53.769433+0000 mgr.smithi089.ojauep (mgr.14180) 79 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:55.228 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:54.162228+0000 mon.smithi089 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-24T03:10:55.228 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:54.162314+0000 mon.smithi089 (mon.0) 348 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-24T03:10:55.228 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:54.162476+0000 mon.smithi089 (mon.0) 349 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:55.228 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:54.162799+0000 mon.smithi089 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:55.228 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:54.162914+0000 mon.smithi105 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.105:6800/846555763,v1:172.21.15.105:6801/846555763]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-24T03:10:55.228 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:54.163078+0000 mon.smithi089 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:55.229 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:54.163289+0000 mon.smithi089 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:55.229 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:54.163495+0000 mon.smithi089 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-24T03:10:55.229 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:54.163691+0000 mon.smithi089 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:55.229 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:54.163850+0000 mon.smithi089 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:10:55.229 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:54.163992+0000 mon.smithi089 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:10:55.229 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:54.164130+0000 mon.smithi089 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:10:55.229 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:54.164269+0000 mon.smithi089 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:10:55.230 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:54.164428+0000 mon.smithi089 (mon.0) 359 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-24T03:10:55.230 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:54.164979+0000 mon.smithi089 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:55.230 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:54.165463+0000 mgr.smithi089.ojauep (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.4 on smithi105 2024-01-24T03:10:55.474 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:53.769433+0000 mgr.smithi089.ojauep (mgr.14180) 79 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:55.475 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:54.162228+0000 mon.smithi089 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-24T03:10:55.475 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:54.162314+0000 mon.smithi089 (mon.0) 348 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-24T03:10:55.475 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:54.162476+0000 mon.smithi089 (mon.0) 349 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:55.475 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:54.162799+0000 mon.smithi089 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:55.475 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:54.162914+0000 mon.smithi105 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.105:6800/846555763,v1:172.21.15.105:6801/846555763]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-24T03:10:55.475 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:54.163078+0000 mon.smithi089 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:55.475 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:54.163289+0000 mon.smithi089 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:55.475 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:54.163495+0000 mon.smithi089 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-24T03:10:55.475 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:54.163691+0000 mon.smithi089 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:55.475 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:54.163850+0000 mon.smithi089 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:10:55.475 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:54.163992+0000 mon.smithi089 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:10:55.475 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:54.164130+0000 mon.smithi089 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:10:55.475 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:54.164269+0000 mon.smithi089 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:10:55.475 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:54.164428+0000 mon.smithi089 (mon.0) 359 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-24T03:10:55.475 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:54.164979+0000 mon.smithi089 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:55.476 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:54.165463+0000 mgr.smithi089.ojauep (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.4 on smithi105 2024-01-24T03:10:55.621 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706065842,"num_remapped_pgs":0} 2024-01-24T03:10:56.175 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:55.162733+0000 mon.smithi089 (mon.0) 361 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-01-24T03:10:56.175 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:55.162832+0000 mon.smithi089 (mon.0) 362 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-24T03:10:56.175 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:55.163234+0000 mon.smithi089 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:56.175 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:55.163466+0000 mon.smithi089 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:56.175 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:55.163602+0000 mon.smithi089 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:56.175 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:55.163801+0000 mon.smithi089 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:56.175 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:55.163938+0000 mon.smithi089 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:10:56.175 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:55.168411+0000 mon.smithi089 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:10:56.175 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:55.168613+0000 mon.smithi089 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:10:56.175 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:55.168811+0000 mon.smithi089 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:10:56.176 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:55.169033+0000 mon.smithi089 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:56.176 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:55.210207+0000 mon.smithi089 (mon.0) 372 : audit [DBG] from='client.? 172.21.15.89:0/3970983143' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:56.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:55.162733+0000 mon.smithi089 (mon.0) 361 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-01-24T03:10:56.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:55.162832+0000 mon.smithi089 (mon.0) 362 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-24T03:10:56.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:55.163234+0000 mon.smithi089 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:56.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:55.163466+0000 mon.smithi089 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:56.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:55.163602+0000 mon.smithi089 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:56.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:55.163801+0000 mon.smithi089 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:56.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:55.163938+0000 mon.smithi089 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:10:56.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:55.168411+0000 mon.smithi089 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:10:56.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:55.168613+0000 mon.smithi089 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:10:56.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:55.168811+0000 mon.smithi089 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:10:56.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:55.169033+0000 mon.smithi089 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:56.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:55.210207+0000 mon.smithi089 (mon.0) 372 : audit [DBG] from='client.? 172.21.15.89:0/3970983143' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:56.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:55.279962+0000 mon.smithi105 (mon.1) 12 : audit [INF] from='osd.1 [v2:172.21.15.89:6802/2330037687,v1:172.21.15.89:6803/2330037687]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-24T03:10:56.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:55.280317+0000 mon.smithi089 (mon.0) 373 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-24T03:10:56.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:56.060627+0000 mon.smithi089 (mon.0) 374 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:56.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:56.061315+0000 mon.smithi089 (mon.0) 375 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-24T03:10:56.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:56.061840+0000 mon.smithi089 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:56.429 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:55.279962+0000 mon.smithi105 (mon.1) 12 : audit [INF] from='osd.1 [v2:172.21.15.89:6802/2330037687,v1:172.21.15.89:6803/2330037687]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-24T03:10:56.429 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:55.280317+0000 mon.smithi089 (mon.0) 373 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-24T03:10:56.429 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:56.060627+0000 mon.smithi089 (mon.0) 374 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:56.429 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:56.061315+0000 mon.smithi089 (mon.0) 375 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-24T03:10:56.429 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:56.061840+0000 mon.smithi089 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:56.622 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:10:57.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:54.948917+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:10:57.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:54.948961+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:10:57.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:55.769710+0000 mgr.smithi089.ojauep (mgr.14180) 81 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:57.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:56.062290+0000 mgr.smithi089.ojauep (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.5 on smithi089 2024-01-24T03:10:57.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:56.167268+0000 mon.smithi089 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:57.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:56.170348+0000 mon.smithi089 (mon.0) 378 : cluster [INF] osd.0 [v2:172.21.15.105:6800/846555763,v1:172.21.15.105:6801/846555763] boot 2024-01-24T03:10:57.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:56.170425+0000 mon.smithi089 (mon.0) 379 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-24T03:10:57.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:56.170503+0000 mon.smithi089 (mon.0) 380 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-24T03:10:57.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:56.170930+0000 mon.smithi089 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:57.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:56.171344+0000 mon.smithi089 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:57.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:56.171490+0000 mon.smithi089 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:57.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:56.171641+0000 mon.smithi089 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:57.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:56.171780+0000 mon.smithi089 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:10:57.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:56.171917+0000 mon.smithi089 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:10:57.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:56.172056+0000 mon.smithi089 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:10:57.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:56.172193+0000 mon.smithi089 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:10:57.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:56.176941+0000 mon.smithi105 (mon.1) 13 : audit [INF] from='osd.1 [v2:172.21.15.89:6802/2330037687,v1:172.21.15.89:6803/2330037687]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-24T03:10:57.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:56.177229+0000 mon.smithi089 (mon.0) 389 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-24T03:10:57.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:54.948917+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:10:57.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:54.948961+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:10:57.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:55.769710+0000 mgr.smithi089.ojauep (mgr.14180) 81 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:10:57.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:56.062290+0000 mgr.smithi089.ojauep (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.5 on smithi089 2024-01-24T03:10:57.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:56.167268+0000 mon.smithi089 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:57.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:56.170348+0000 mon.smithi089 (mon.0) 378 : cluster [INF] osd.0 [v2:172.21.15.105:6800/846555763,v1:172.21.15.105:6801/846555763] boot 2024-01-24T03:10:57.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:56.170425+0000 mon.smithi089 (mon.0) 379 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-24T03:10:57.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:56.170503+0000 mon.smithi089 (mon.0) 380 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-24T03:10:57.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:56.170930+0000 mon.smithi089 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:10:57.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:56.171344+0000 mon.smithi089 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:57.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:56.171490+0000 mon.smithi089 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:57.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:56.171641+0000 mon.smithi089 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:57.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:56.171780+0000 mon.smithi089 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:10:57.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:56.171917+0000 mon.smithi089 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:10:57.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:56.172056+0000 mon.smithi089 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:10:57.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:56.172193+0000 mon.smithi089 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:10:57.382 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:56.176941+0000 mon.smithi105 (mon.1) 13 : audit [INF] from='osd.1 [v2:172.21.15.89:6802/2330037687,v1:172.21.15.89:6803/2330037687]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-24T03:10:57.382 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:56.177229+0000 mon.smithi089 (mon.0) 389 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-24T03:10:58.236 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:57.171762+0000 mon.smithi089 (mon.0) 390 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-01-24T03:10:58.236 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:57.171815+0000 mon.smithi089 (mon.0) 391 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-24T03:10:58.236 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:57.172102+0000 mon.smithi089 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:58.236 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:57.172318+0000 mon.smithi089 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:58.236 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:57.172452+0000 mon.smithi089 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:58.236 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:57.172584+0000 mon.smithi089 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:10:58.236 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:57.172725+0000 mon.smithi089 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:10:58.236 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:57.172858+0000 mon.smithi089 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:10:58.236 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:57.172987+0000 mon.smithi089 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:10:58.236 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:57.180103+0000 mon.smithi089 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:58.237 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:57.384253+0000 mon.smithi105 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.105:6808/212892931,v1:172.21.15.105:6809/212892931]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-24T03:10:58.237 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:57.384586+0000 mon.smithi089 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-24T03:10:58.237 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:57.752316+0000 mon.smithi089 (mon.0) 401 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:58.237 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:57.753347+0000 mon.smithi089 (mon.0) 402 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-24T03:10:58.237 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:57.753936+0000 mon.smithi089 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:58.237 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:10:58.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:57.171762+0000 mon.smithi089 (mon.0) 390 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-01-24T03:10:58.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:57.171815+0000 mon.smithi089 (mon.0) 391 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-24T03:10:58.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:57.172102+0000 mon.smithi089 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:58.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:57.172318+0000 mon.smithi089 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:58.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:57.172452+0000 mon.smithi089 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:58.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:57.172584+0000 mon.smithi089 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:10:58.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:57.172725+0000 mon.smithi089 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:10:58.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:57.172858+0000 mon.smithi089 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:10:58.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:57.172987+0000 mon.smithi089 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:10:58.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:57.180103+0000 mon.smithi089 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:58.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:57.384253+0000 mon.smithi105 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.105:6808/212892931,v1:172.21.15.105:6809/212892931]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-24T03:10:58.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:57.384586+0000 mon.smithi089 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-24T03:10:58.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:57.752316+0000 mon.smithi089 (mon.0) 401 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:10:58.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:57.753347+0000 mon.smithi089 (mon.0) 402 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-24T03:10:58.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:57.753936+0000 mon.smithi089 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:10:58.606 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":18,"num_osds":8,"num_up_osds":2,"osd_up_since":1706065858,"num_in_osds":8,"osd_in_since":1706065842,"num_remapped_pgs":0} 2024-01-24T03:10:59.463 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:56.325244+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:10:59.463 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:56.325292+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:10:59.463 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:10:57.754460+0000 mgr.smithi089.ojauep (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.6 on smithi105 2024-01-24T03:10:59.463 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:57.769952+0000 mgr.smithi089.ojauep (mgr.14180) 84 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T03:10:59.463 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:58.180531+0000 mon.smithi089 (mon.0) 404 : cluster [INF] osd.1 [v2:172.21.15.89:6802/2330037687,v1:172.21.15.89:6803/2330037687] boot 2024-01-24T03:10:59.463 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:58.180572+0000 mon.smithi089 (mon.0) 405 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-24T03:10:59.463 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:58.180647+0000 mon.smithi089 (mon.0) 406 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-01-24T03:10:59.463 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:58.180932+0000 mon.smithi089 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:59.464 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:58.181197+0000 mon.smithi089 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:59.464 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:58.181326+0000 mon.smithi089 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:59.464 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:58.181449+0000 mon.smithi089 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:10:59.464 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:58.181581+0000 mon.smithi089 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:10:59.464 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:58.181718+0000 mon.smithi089 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:10:59.464 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:58.181844+0000 mon.smithi089 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:10:59.465 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:58.182094+0000 mon.smithi105 (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.105:6808/212892931,v1:172.21.15.105:6809/212892931]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-24T03:10:59.465 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:58.187741+0000 mon.smithi089 (mon.0) 414 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-24T03:10:59.465 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:10:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:58.237702+0000 mon.smithi089 (mon.0) 415 : audit [DBG] from='client.? 172.21.15.89:0/2881875355' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:59.507 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:56.325244+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:10:59.507 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:56.325292+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:10:59.507 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:10:57.754460+0000 mgr.smithi089.ojauep (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.6 on smithi105 2024-01-24T03:10:59.507 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:57.769952+0000 mgr.smithi089.ojauep (mgr.14180) 84 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T03:10:59.507 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:58.180531+0000 mon.smithi089 (mon.0) 404 : cluster [INF] osd.1 [v2:172.21.15.89:6802/2330037687,v1:172.21.15.89:6803/2330037687] boot 2024-01-24T03:10:59.507 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:58.180572+0000 mon.smithi089 (mon.0) 405 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-24T03:10:59.507 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:58.180647+0000 mon.smithi089 (mon.0) 406 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-01-24T03:10:59.508 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:58.180932+0000 mon.smithi089 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:10:59.508 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:58.181197+0000 mon.smithi089 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:10:59.508 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:58.181326+0000 mon.smithi089 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:10:59.508 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:58.181449+0000 mon.smithi089 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:10:59.508 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:58.181581+0000 mon.smithi089 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:10:59.508 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:58.181718+0000 mon.smithi089 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:10:59.508 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:58.181844+0000 mon.smithi089 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:10:59.508 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:58.182094+0000 mon.smithi105 (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.105:6808/212892931,v1:172.21.15.105:6809/212892931]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-24T03:10:59.508 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:58.187741+0000 mon.smithi089 (mon.0) 414 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-24T03:10:59.508 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:10:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:58.237702+0000 mon.smithi089 (mon.0) 415 : audit [DBG] from='client.? 172.21.15.89:0/2881875355' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:10:59.607 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:11:00.330 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:59.186441+0000 mon.smithi089 (mon.0) 416 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-01-24T03:11:00.330 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:59.186519+0000 mon.smithi089 (mon.0) 417 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-01-24T03:11:00.330 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:59.186883+0000 mon.smithi089 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:11:00.330 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:59.187121+0000 mon.smithi089 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:11:00.330 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:59.187276+0000 mon.smithi089 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:11:00.331 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:59.187457+0000 mon.smithi089 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:11:00.331 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:59.187607+0000 mon.smithi089 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:00.331 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:59.191645+0000 mon.smithi089 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:00.331 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:59.191819+0000 mon.smithi089 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:11:00.331 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:10:59.295156+0000 mon.smithi089 (mon.0) 425 : audit [INF] from='osd.3 [v2:172.21.15.89:6810/2256636319,v1:172.21.15.89:6811/2256636319]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-24T03:11:00.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:59.186441+0000 mon.smithi089 (mon.0) 416 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-01-24T03:11:00.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:59.186519+0000 mon.smithi089 (mon.0) 417 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-01-24T03:11:00.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:59.186883+0000 mon.smithi089 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:11:00.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:59.187121+0000 mon.smithi089 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:11:00.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:59.187276+0000 mon.smithi089 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:11:00.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:59.187457+0000 mon.smithi089 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:11:00.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:59.187607+0000 mon.smithi089 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:00.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:59.191645+0000 mon.smithi089 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:00.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:59.191819+0000 mon.smithi089 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:11:00.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:10:59.295156+0000 mon.smithi089 (mon.0) 425 : audit [INF] from='osd.3 [v2:172.21.15.89:6810/2256636319,v1:172.21.15.89:6811/2256636319]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-24T03:11:01.096 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:11:01.198 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:58.375660+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:11:01.198 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:58.375717+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:11:01.199 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:10:59.770223+0000 mgr.smithi089.ojauep (mgr.14180) 85 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-24T03:11:01.199 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:00.190751+0000 mon.smithi089 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:11:01.199 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:00.194786+0000 mon.smithi089 (mon.0) 427 : cluster [INF] osd.2 [v2:172.21.15.105:6808/212892931,v1:172.21.15.105:6809/212892931] boot 2024-01-24T03:11:01.199 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:00.194833+0000 mon.smithi089 (mon.0) 428 : audit [INF] from='osd.3 [v2:172.21.15.89:6810/2256636319,v1:172.21.15.89:6811/2256636319]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-24T03:11:01.199 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:00.194875+0000 mon.smithi089 (mon.0) 429 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-24T03:11:01.199 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:00.195187+0000 mon.smithi089 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:11:01.199 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:00.195560+0000 mon.smithi089 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:11:01.199 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:00.195710+0000 mon.smithi089 (mon.0) 432 : audit [INF] from='osd.3 [v2:172.21.15.89:6810/2256636319,v1:172.21.15.89:6811/2256636319]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-24T03:11:01.199 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:00.195889+0000 mon.smithi089 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:11:01.199 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:00.196009+0000 mon.smithi089 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:11:01.199 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:00.196154+0000 mon.smithi089 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:01.199 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:00.196269+0000 mon.smithi089 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:01.199 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:00.196418+0000 mon.smithi089 (mon.0) 437 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-24T03:11:01.199 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:00.452185+0000 mon.smithi089 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:01.199 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:00.452935+0000 mon.smithi089 (mon.0) 439 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-24T03:11:01.199 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:00.453467+0000 mon.smithi089 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:11:01.200 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:11:00.453950+0000 mgr.smithi089.ojauep (mgr.14180) 86 : cephadm [INF] Deploying daemon osd.7 on smithi089 2024-01-24T03:11:01.200 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:00.947855+0000 mon.smithi105 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.105:6816/22719602,v1:172.21.15.105:6817/22719602]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T03:11:01.200 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:00.948154+0000 mon.smithi089 (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T03:11:01.200 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:01.096407+0000 mon.smithi089 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.89:0/2443183607' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:11:01.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:58.375660+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:11:01.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:58.375717+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:11:01.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:10:59.770223+0000 mgr.smithi089.ojauep (mgr.14180) 85 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-24T03:11:01.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:00.190751+0000 mon.smithi089 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:11:01.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:00.194786+0000 mon.smithi089 (mon.0) 427 : cluster [INF] osd.2 [v2:172.21.15.105:6808/212892931,v1:172.21.15.105:6809/212892931] boot 2024-01-24T03:11:01.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:00.194833+0000 mon.smithi089 (mon.0) 428 : audit [INF] from='osd.3 [v2:172.21.15.89:6810/2256636319,v1:172.21.15.89:6811/2256636319]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-24T03:11:01.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:00.194875+0000 mon.smithi089 (mon.0) 429 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-24T03:11:01.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:00.195187+0000 mon.smithi089 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:11:01.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:00.195560+0000 mon.smithi089 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:11:01.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:00.195710+0000 mon.smithi089 (mon.0) 432 : audit [INF] from='osd.3 [v2:172.21.15.89:6810/2256636319,v1:172.21.15.89:6811/2256636319]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-24T03:11:01.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:00.195889+0000 mon.smithi089 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:11:01.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:00.196009+0000 mon.smithi089 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:11:01.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:00.196154+0000 mon.smithi089 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:01.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:00.196269+0000 mon.smithi089 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:01.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:00.196418+0000 mon.smithi089 (mon.0) 437 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-24T03:11:01.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:00.452185+0000 mon.smithi089 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:01.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:00.452935+0000 mon.smithi089 (mon.0) 439 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-24T03:11:01.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:00.453467+0000 mon.smithi089 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:11:01.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:11:00.453950+0000 mgr.smithi089.ojauep (mgr.14180) 86 : cephadm [INF] Deploying daemon osd.7 on smithi089 2024-01-24T03:11:01.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:00.947855+0000 mon.smithi105 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.105:6816/22719602,v1:172.21.15.105:6817/22719602]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T03:11:01.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:00.948154+0000 mon.smithi089 (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T03:11:01.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:01.096407+0000 mon.smithi089 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.89:0/2443183607' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:11:01.519 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":20,"num_osds":8,"num_up_osds":3,"osd_up_since":1706065860,"num_in_osds":8,"osd_in_since":1706065842,"num_remapped_pgs":0} 2024-01-24T03:11:02.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:01.194894+0000 mon.smithi089 (mon.0) 443 : audit [INF] from='osd.3 [v2:172.21.15.89:6810/2256636319,v1:172.21.15.89:6811/2256636319]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-01-24T03:11:02.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:01.194956+0000 mon.smithi089 (mon.0) 444 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-24T03:11:02.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:01.195006+0000 mon.smithi089 (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-24T03:11:02.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:01.195043+0000 mon.smithi089 (mon.0) 446 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-24T03:11:02.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:01.195389+0000 mon.smithi089 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:11:02.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:01.195632+0000 mon.smithi089 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:11:02.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:01.196101+0000 mon.smithi089 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:11:02.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:01.196272+0000 mon.smithi089 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:02.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:01.196419+0000 mon.smithi089 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:02.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:01.196508+0000 mon.smithi105 (mon.1) 17 : audit [INF] from='osd.4 [v2:172.21.15.105:6816/22719602,v1:172.21.15.105:6817/22719602]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-24T03:11:02.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:01.200051+0000 mon.smithi089 (mon.0) 452 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-24T03:11:02.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:01.200509+0000 mon.smithi089 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:11:02.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:01.200824+0000 mon.smithi089 (mon.0) 454 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-24T03:11:02.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:01.352469+0000 mon.smithi089 (mon.0) 455 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:02.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:01.194894+0000 mon.smithi089 (mon.0) 443 : audit [INF] from='osd.3 [v2:172.21.15.89:6810/2256636319,v1:172.21.15.89:6811/2256636319]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-01-24T03:11:02.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:01.194956+0000 mon.smithi089 (mon.0) 444 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-24T03:11:02.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:01.195006+0000 mon.smithi089 (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-24T03:11:02.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:01.195043+0000 mon.smithi089 (mon.0) 446 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-24T03:11:02.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:01.195389+0000 mon.smithi089 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:11:02.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:01.195632+0000 mon.smithi089 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:11:02.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:01.196101+0000 mon.smithi089 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:11:02.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:01.196272+0000 mon.smithi089 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:02.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:01.196419+0000 mon.smithi089 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:02.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:01.196508+0000 mon.smithi105 (mon.1) 17 : audit [INF] from='osd.4 [v2:172.21.15.105:6816/22719602,v1:172.21.15.105:6817/22719602]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-24T03:11:02.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:01.200051+0000 mon.smithi089 (mon.0) 452 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-24T03:11:02.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:01.200509+0000 mon.smithi089 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:11:02.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:01.200824+0000 mon.smithi089 (mon.0) 454 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-24T03:11:02.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:01.352469+0000 mon.smithi089 (mon.0) 455 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:02.520 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:11:03.304 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:00.343185+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:11:03.304 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:00.343227+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:11:03.304 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:01.770742+0000 mgr.smithi089.ojauep (mgr.14180) 87 : cluster [DBG] pgmap v54: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-24T03:11:03.304 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:02.200153+0000 mon.smithi089 (mon.0) 456 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-24T03:11:03.304 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:02.200259+0000 mon.smithi089 (mon.0) 457 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-01-24T03:11:03.304 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:02.200351+0000 mon.smithi089 (mon.0) 458 : cluster [INF] osd.3 [v2:172.21.15.89:6810/2256636319,v1:172.21.15.89:6811/2256636319] boot 2024-01-24T03:11:03.304 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:02.200370+0000 mon.smithi089 (mon.0) 459 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2024-01-24T03:11:03.304 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:02.200684+0000 mon.smithi089 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:11:03.304 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:02.200949+0000 mon.smithi089 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:11:03.305 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:02.201088+0000 mon.smithi089 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:11:03.305 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:02.201258+0000 mon.smithi089 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:03.305 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:02.201455+0000 mon.smithi089 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:03.305 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:02.205326+0000 mon.smithi089 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:11:03.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:00.343185+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:11:03.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:00.343227+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:11:03.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:01.770742+0000 mgr.smithi089.ojauep (mgr.14180) 87 : cluster [DBG] pgmap v54: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-24T03:11:03.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:02.200153+0000 mon.smithi089 (mon.0) 456 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-24T03:11:03.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:02.200259+0000 mon.smithi089 (mon.0) 457 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-01-24T03:11:03.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:02.200351+0000 mon.smithi089 (mon.0) 458 : cluster [INF] osd.3 [v2:172.21.15.89:6810/2256636319,v1:172.21.15.89:6811/2256636319] boot 2024-01-24T03:11:03.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:02.200370+0000 mon.smithi089 (mon.0) 459 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2024-01-24T03:11:03.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:02.200684+0000 mon.smithi089 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:11:03.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:02.200949+0000 mon.smithi089 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:11:03.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:02.201088+0000 mon.smithi089 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:11:03.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:02.201258+0000 mon.smithi089 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:03.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:02.201455+0000 mon.smithi089 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:03.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:02.205326+0000 mon.smithi089 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:11:03.943 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:11:04.446 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":23,"num_osds":8,"num_up_osds":5,"osd_up_since":1706065863,"num_in_osds":8,"osd_in_since":1706065842,"num_remapped_pgs":0} 2024-01-24T03:11:04.510 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:01.946760+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:11:04.510 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:01.946846+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:11:04.511 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:03.205486+0000 mon.smithi089 (mon.0) 466 : cluster [INF] osd.4 [v2:172.21.15.105:6816/22719602,v1:172.21.15.105:6817/22719602] boot 2024-01-24T03:11:04.511 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:03.205510+0000 mon.smithi089 (mon.0) 467 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-24T03:11:04.511 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:03.205836+0000 mon.smithi089 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:11:04.511 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:03.206241+0000 mon.smithi089 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:11:04.511 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:03.210757+0000 mon.smithi089 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:04.511 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:03.211129+0000 mon.smithi089 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:04.511 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:03.367708+0000 mon.smithi089 (mon.0) 472 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:04.511 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:03.624544+0000 mon.smithi089 (mon.0) 473 : audit [INF] from='osd.5 [v2:172.21.15.89:6818/832300745,v1:172.21.15.89:6819/832300745]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-24T03:11:04.511 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:03.942768+0000 mon.smithi089 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.89:0/1118400392' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:11:04.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:01.946760+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:11:04.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:01.946846+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:11:04.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:03.205486+0000 mon.smithi089 (mon.0) 466 : cluster [INF] osd.4 [v2:172.21.15.105:6816/22719602,v1:172.21.15.105:6817/22719602] boot 2024-01-24T03:11:04.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:03.205510+0000 mon.smithi089 (mon.0) 467 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-24T03:11:04.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:03.205836+0000 mon.smithi089 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:11:04.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:03.206241+0000 mon.smithi089 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:11:04.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:03.210757+0000 mon.smithi089 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:04.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:03.211129+0000 mon.smithi089 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:04.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:03.367708+0000 mon.smithi089 (mon.0) 472 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:04.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:03.624544+0000 mon.smithi089 (mon.0) 473 : audit [INF] from='osd.5 [v2:172.21.15.89:6818/832300745,v1:172.21.15.89:6819/832300745]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-24T03:11:04.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:03.942768+0000 mon.smithi089 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.89:0/1118400392' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:11:05.447 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:11:05.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:03.771169+0000 mgr.smithi089.ojauep (mgr.14180) 88 : cluster [DBG] pgmap v57: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-24T03:11:05.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:04.371522+0000 mon.smithi089 (mon.0) 475 : audit [INF] from='osd.5 [v2:172.21.15.89:6818/832300745,v1:172.21.15.89:6819/832300745]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-24T03:11:05.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:04.371564+0000 mon.smithi089 (mon.0) 476 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-24T03:11:05.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:04.371665+0000 mon.smithi089 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:11:05.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:04.371897+0000 mon.smithi089 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:05.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:04.372035+0000 mon.smithi089 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:05.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:04.372176+0000 mon.smithi089 (mon.0) 480 : audit [INF] from='osd.5 [v2:172.21.15.89:6818/832300745,v1:172.21.15.89:6819/832300745]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-24T03:11:05.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:04.514324+0000 mon.smithi089 (mon.0) 481 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/1920082126,v1:172.21.15.105:6825/1920082126]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-24T03:11:05.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:04.642481+0000 mon.smithi089 (mon.0) 482 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:05.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:03.771169+0000 mgr.smithi089.ojauep (mgr.14180) 88 : cluster [DBG] pgmap v57: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-24T03:11:05.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:04.371522+0000 mon.smithi089 (mon.0) 475 : audit [INF] from='osd.5 [v2:172.21.15.89:6818/832300745,v1:172.21.15.89:6819/832300745]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-24T03:11:05.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:04.371564+0000 mon.smithi089 (mon.0) 476 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-24T03:11:05.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:04.371665+0000 mon.smithi089 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:11:05.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:04.371897+0000 mon.smithi089 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:05.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:04.372035+0000 mon.smithi089 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:05.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:04.372176+0000 mon.smithi089 (mon.0) 480 : audit [INF] from='osd.5 [v2:172.21.15.89:6818/832300745,v1:172.21.15.89:6819/832300745]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-24T03:11:05.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:04.514324+0000 mon.smithi089 (mon.0) 481 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/1920082126,v1:172.21.15.105:6825/1920082126]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-24T03:11:05.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:04.642481+0000 mon.smithi089 (mon.0) 482 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:06.493 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:05.373890+0000 mon.smithi089 (mon.0) 483 : audit [INF] from='osd.5 [v2:172.21.15.89:6818/832300745,v1:172.21.15.89:6819/832300745]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-01-24T03:11:06.493 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:05.373960+0000 mon.smithi089 (mon.0) 484 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/1920082126,v1:172.21.15.105:6825/1920082126]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-24T03:11:06.493 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:05.374015+0000 mon.smithi089 (mon.0) 485 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-24T03:11:06.493 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:05.374370+0000 mon.smithi089 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:11:06.493 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:05.374603+0000 mon.smithi089 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:06.493 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:05.375013+0000 mon.smithi089 (mon.0) 488 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/1920082126,v1:172.21.15.105:6825/1920082126]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-24T03:11:06.494 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:05.375191+0000 mon.smithi089 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:06.494 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:05.377371+0000 mon.smithi089 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:11:06.494 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:06.375991+0000 mon.smithi089 (mon.0) 491 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/1920082126,v1:172.21.15.105:6825/1920082126]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-01-24T03:11:06.494 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:06.376059+0000 mon.smithi089 (mon.0) 492 : cluster [INF] osd.5 [v2:172.21.15.89:6818/832300745,v1:172.21.15.89:6819/832300745] boot 2024-01-24T03:11:06.494 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:06.376093+0000 mon.smithi089 (mon.0) 493 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2024-01-24T03:11:06.494 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:06.376348+0000 mon.smithi089 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:11:06.494 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:06.376559+0000 mon.smithi089 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:06.494 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:06.377018+0000 mon.smithi089 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:06.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:05.373890+0000 mon.smithi089 (mon.0) 483 : audit [INF] from='osd.5 [v2:172.21.15.89:6818/832300745,v1:172.21.15.89:6819/832300745]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-01-24T03:11:06.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:05.373960+0000 mon.smithi089 (mon.0) 484 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/1920082126,v1:172.21.15.105:6825/1920082126]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-24T03:11:06.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:05.374015+0000 mon.smithi089 (mon.0) 485 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-24T03:11:06.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:05.374370+0000 mon.smithi089 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:11:06.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:05.374603+0000 mon.smithi089 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:06.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:05.375013+0000 mon.smithi089 (mon.0) 488 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/1920082126,v1:172.21.15.105:6825/1920082126]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-01-24T03:11:06.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:05.375191+0000 mon.smithi089 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:06.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:05.377371+0000 mon.smithi089 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:11:06.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:06.375991+0000 mon.smithi089 (mon.0) 491 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/1920082126,v1:172.21.15.105:6825/1920082126]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-01-24T03:11:06.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:06.376059+0000 mon.smithi089 (mon.0) 492 : cluster [INF] osd.5 [v2:172.21.15.89:6818/832300745,v1:172.21.15.89:6819/832300745] boot 2024-01-24T03:11:06.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:06.376093+0000 mon.smithi089 (mon.0) 493 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2024-01-24T03:11:06.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:06.376348+0000 mon.smithi089 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:11:06.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:06.376559+0000 mon.smithi089 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:06.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:06.377018+0000 mon.smithi089 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:06.939 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:11:07.541 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":26,"num_osds":8,"num_up_osds":6,"osd_up_since":1706065866,"num_in_osds":8,"osd_in_since":1706065842,"num_remapped_pgs":0} 2024-01-24T03:11:07.590 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:04.657944+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:11:07.590 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:04.658007+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:11:07.590 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:05.771535+0000 mgr.smithi089.ojauep (mgr.14180) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-24T03:11:07.591 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:06.380396+0000 mon.smithi089 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:07.591 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:06.633589+0000 mon.smithi089 (mon.0) 498 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:07.591 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:06.635365+0000 mon.smithi089 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:11:07.591 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:06.940099+0000 mon.smithi089 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.89:0/4014977450' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:11:07.591 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:07.379597+0000 mon.smithi089 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:07.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:04.657944+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:11:07.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:04.658007+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:11:07.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:05.771535+0000 mgr.smithi089.ojauep (mgr.14180) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-24T03:11:07.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:06.380396+0000 mon.smithi089 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:07.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:06.633589+0000 mon.smithi089 (mon.0) 498 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:07.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:06.635365+0000 mon.smithi089 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:11:07.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:06.940099+0000 mon.smithi089 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.89:0/4014977450' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:11:07.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:07.379597+0000 mon.smithi089 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:08.400 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:05.549118+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:11:08.400 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:05.549212+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:11:08.400 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:07.388503+0000 mon.smithi089 (mon.0) 502 : cluster [INF] osd.6 [v2:172.21.15.105:6824/1920082126,v1:172.21.15.105:6825/1920082126] boot 2024-01-24T03:11:08.542 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:11:08.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:05.549118+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:11:08.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:05.549212+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:11:08.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:07.388503+0000 mon.smithi089 (mon.0) 502 : cluster [INF] osd.6 [v2:172.21.15.105:6824/1920082126,v1:172.21.15.105:6825/1920082126] boot 2024-01-24T03:11:08.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:07.388528+0000 mon.smithi089 (mon.0) 503 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-24T03:11:08.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:07.388825+0000 mon.smithi089 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:08.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:07.389142+0000 mon.smithi089 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:08.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:07.827147+0000 mon.smithi089 (mon.0) 506 : audit [INF] from='osd.7 [v2:172.21.15.89:6826/777494002,v1:172.21.15.89:6827/777494002]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-24T03:11:08.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:07.899717+0000 mon.smithi089 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:08.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:07.388528+0000 mon.smithi089 (mon.0) 503 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-24T03:11:08.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:07.388825+0000 mon.smithi089 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:11:08.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:07.389142+0000 mon.smithi089 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:08.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:07.827147+0000 mon.smithi089 (mon.0) 506 : audit [INF] from='osd.7 [v2:172.21.15.89:6826/777494002,v1:172.21.15.89:6827/777494002]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-24T03:11:08.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:07.899717+0000 mon.smithi089 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:09.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:07.772031+0000 mgr.smithi089.ojauep (mgr.14180) 90 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-24T03:11:09.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:08.402459+0000 mon.smithi089 (mon.0) 508 : audit [INF] from='osd.7 [v2:172.21.15.89:6826/777494002,v1:172.21.15.89:6827/777494002]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-24T03:11:09.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:08.402500+0000 mon.smithi089 (mon.0) 509 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-24T03:11:09.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:08.402595+0000 mon.smithi089 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:09.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:08.402991+0000 mon.smithi089 (mon.0) 511 : audit [INF] from='osd.7 [v2:172.21.15.89:6826/777494002,v1:172.21.15.89:6827/777494002]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-24T03:11:09.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:07.772031+0000 mgr.smithi089.ojauep (mgr.14180) 90 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-24T03:11:09.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:08.402459+0000 mon.smithi089 (mon.0) 508 : audit [INF] from='osd.7 [v2:172.21.15.89:6826/777494002,v1:172.21.15.89:6827/777494002]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-24T03:11:09.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:08.402500+0000 mon.smithi089 (mon.0) 509 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-24T03:11:09.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:08.402595+0000 mon.smithi089 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:09.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:08.402991+0000 mon.smithi089 (mon.0) 511 : audit [INF] from='osd.7 [v2:172.21.15.89:6826/777494002,v1:172.21.15.89:6827/777494002]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-24T03:11:09.978 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:11:10.385 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":29,"num_osds":8,"num_up_osds":7,"osd_up_since":1706065867,"num_in_osds":8,"osd_in_since":1706065842,"num_remapped_pgs":0} 2024-01-24T03:11:10.566 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:09.403516+0000 mon.smithi089 (mon.0) 512 : audit [INF] from='osd.7 [v2:172.21.15.89:6826/777494002,v1:172.21.15.89:6827/777494002]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-01-24T03:11:10.567 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:09.403561+0000 mon.smithi089 (mon.0) 513 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-24T03:11:10.567 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:09.403898+0000 mon.smithi089 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:10.567 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:09.407563+0000 mon.smithi089 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:10.567 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:09.518782+0000 mon.smithi089 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:10.567 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:09.978686+0000 mon.smithi089 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.89:0/2284350069' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:11:10.567 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:10.097596+0000 mon.smithi089 (mon.0) 518 : cluster [INF] osd.7 [v2:172.21.15.89:6826/777494002,v1:172.21.15.89:6827/777494002] boot 2024-01-24T03:11:10.567 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:10.097649+0000 mon.smithi089 (mon.0) 519 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2024-01-24T03:11:10.567 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:10.098049+0000 mon.smithi089 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:10.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:09.403516+0000 mon.smithi089 (mon.0) 512 : audit [INF] from='osd.7 [v2:172.21.15.89:6826/777494002,v1:172.21.15.89:6827/777494002]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-01-24T03:11:10.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:09.403561+0000 mon.smithi089 (mon.0) 513 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-24T03:11:10.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:09.403898+0000 mon.smithi089 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:10.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:09.407563+0000 mon.smithi089 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:10.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:09.518782+0000 mon.smithi089 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:10.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:09.978686+0000 mon.smithi089 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.89:0/2284350069' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:11:10.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:10.097596+0000 mon.smithi089 (mon.0) 518 : cluster [INF] osd.7 [v2:172.21.15.89:6826/777494002,v1:172.21.15.89:6827/777494002] boot 2024-01-24T03:11:10.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:10.097649+0000 mon.smithi089 (mon.0) 519 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2024-01-24T03:11:10.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:10.098049+0000 mon.smithi089 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:11:11.385 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:11:11.721 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:08.844012+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:11:11.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:08.844057+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:11:11.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:09.772371+0000 mgr.smithi089.ojauep (mgr.14180) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-24T03:11:11.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:11:10.415166+0000 mgr.smithi089.ojauep (mgr.14180) 92 : cephadm [INF] Detected new or changed devices on smithi105 2024-01-24T03:11:11.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:10.421358+0000 mon.smithi089 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:11.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:10.700758+0000 mon.smithi089 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:11:11.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:10.701387+0000 mon.smithi089 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:11:11.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:10.701911+0000 mon.smithi089 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:11:11.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:10.702426+0000 mon.smithi089 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:11:11.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:10.707376+0000 mon.smithi089 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:11.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:11.104167+0000 mon.smithi089 (mon.0) 527 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-24T03:11:11.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:08.844012+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:11:11.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:08.844057+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:11:11.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:09.772371+0000 mgr.smithi089.ojauep (mgr.14180) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-24T03:11:11.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:11:10.415166+0000 mgr.smithi089.ojauep (mgr.14180) 92 : cephadm [INF] Detected new or changed devices on smithi105 2024-01-24T03:11:11.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:10.421358+0000 mon.smithi089 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:11.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:10.700758+0000 mon.smithi089 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:11:11.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:10.701387+0000 mon.smithi089 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:11:11.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:10.701911+0000 mon.smithi089 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:11:11.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:10.702426+0000 mon.smithi089 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:11:11.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:10.707376+0000 mon.smithi089 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:11.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:11.104167+0000 mon.smithi089 (mon.0) 527 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-24T03:11:12.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:11:10.702894+0000 mgr.smithi089.ojauep (mgr.14180) 93 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 3992M 2024-01-24T03:11:12.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:12.108371+0000 mon.smithi089 (mon.0) 528 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-24T03:11:12.871 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:11:12.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:11:10.702894+0000 mgr.smithi089.ojauep (mgr.14180) 93 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 3992M 2024-01-24T03:11:12.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:12.108371+0000 mon.smithi089 (mon.0) 528 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-24T03:11:13.267 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":32,"num_osds":8,"num_up_osds":8,"osd_up_since":1706065870,"num_in_osds":8,"osd_in_since":1706065842,"num_remapped_pgs":0} 2024-01-24T03:11:13.268 INFO:tasks.cephadm:Setting up client nodes... 2024-01-24T03:11:13.268 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-24T03:11:13.599 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:11.772706+0000 mgr.smithi089.ojauep (mgr.14180) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:13.599 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:12.574521+0000 mon.smithi089 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:13.599 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:12.863856+0000 mon.smithi089 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:11:13.599 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:12.864459+0000 mon.smithi089 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:11:13.599 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:12.864977+0000 mon.smithi089 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:11:13.599 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:12.865492+0000 mon.smithi089 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:11:13.599 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:12.869629+0000 mon.smithi089 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:13.600 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:12.870367+0000 mon.smithi089 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:11:13.600 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:12.870973+0000 mon.smithi089 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:11:13.600 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:12.871689+0000 mon.smithi089 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.89:0/4007857039' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:11:13.600 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:12.877198+0000 mon.smithi089 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:13.600 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:12.880837+0000 mon.smithi089 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:11:13.600 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:12.883792+0000 mon.smithi089 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T03:11:13.600 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:12.884661+0000 mon.smithi089 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T03:11:13.600 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:12.884800+0000 mon.smithi089 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:11:13.600 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:12.885189+0000 mon.smithi089 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:11:13.797 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:11.772706+0000 mgr.smithi089.ojauep (mgr.14180) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:13.797 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:12.574521+0000 mon.smithi089 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:13.797 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:12.863856+0000 mon.smithi089 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:11:13.797 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:12.864459+0000 mon.smithi089 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:11:13.797 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:12.864977+0000 mon.smithi089 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:11:13.798 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:12.865492+0000 mon.smithi089 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:11:13.798 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:12.869629+0000 mon.smithi089 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:13.798 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:12.870367+0000 mon.smithi089 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:11:13.798 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:12.870973+0000 mon.smithi089 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:11:13.798 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:12.871689+0000 mon.smithi089 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.89:0/4007857039' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:11:13.798 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:12.877198+0000 mon.smithi089 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:13.798 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:12.880837+0000 mon.smithi089 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:11:13.799 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:12.883792+0000 mon.smithi089 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T03:11:13.799 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:12.884661+0000 mon.smithi089 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T03:11:13.799 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:12.884800+0000 mon.smithi089 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:11:13.799 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:12.885189+0000 mon.smithi089 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:11:14.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:11:12.567663+0000 mgr.smithi089.ojauep (mgr.14180) 95 : cephadm [INF] Detected new or changed devices on smithi089 2024-01-24T03:11:14.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:11:12.865904+0000 mgr.smithi089.ojauep (mgr.14180) 96 : cephadm [INF] Adjusting osd_memory_target on smithi089 to 3224M 2024-01-24T03:11:14.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:11:12.567663+0000 mgr.smithi089.ojauep (mgr.14180) 95 : cephadm [INF] Detected new or changed devices on smithi089 2024-01-24T03:11:14.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:11:12.865904+0000 mgr.smithi089.ojauep (mgr.14180) 96 : cephadm [INF] Adjusting osd_memory_target on smithi089 to 3224M 2024-01-24T03:11:14.999 INFO:teuthology.orchestra.run.smithi089.stdout:[client.0] 2024-01-24T03:11:14.999 INFO:teuthology.orchestra.run.smithi089.stdout: key = AQDSf7BlU+VmOxAACgAHLS2ls7nuNyZbzOrFxg== 2024-01-24T03:11:15.360 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-24T03:11:15.360 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-24T03:11:15.360 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-24T03:11:15.402 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-24T03:11:15.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:13.773281+0000 mgr.smithi089.ojauep (mgr.14180) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:15.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:14.996453+0000 mon.smithi089 (mon.0) 544 : audit [INF] from='client.? 172.21.15.89:0/2098772186' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T03:11:15.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:14.999737+0000 mon.smithi089 (mon.0) 545 : audit [INF] from='client.? 172.21.15.89:0/2098772186' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-24T03:11:15.721 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:13.773281+0000 mgr.smithi089.ojauep (mgr.14180) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:15.721 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:14.996453+0000 mon.smithi089 (mon.0) 544 : audit [INF] from='client.? 172.21.15.89:0/2098772186' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T03:11:15.721 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:14.999737+0000 mon.smithi089 (mon.0) 545 : audit [INF] from='client.? 172.21.15.89:0/2098772186' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-24T03:11:17.161 INFO:teuthology.orchestra.run.smithi105.stdout:[client.1] 2024-01-24T03:11:17.161 INFO:teuthology.orchestra.run.smithi105.stdout: key = AQDVf7Bly+ZtCRAAmq80Tm2izF2XOKz1apL3kw== 2024-01-24T03:11:17.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:15.773595+0000 mgr.smithi089.ojauep (mgr.14180) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:17.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:17.157579+0000 mon.smithi105 (mon.1) 18 : audit [INF] from='client.? 172.21.15.105:0/386261416' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T03:11:17.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:17.158043+0000 mon.smithi089 (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 2024-01-24T03:11:17.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:17.161161+0000 mon.smithi089 (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 2024-01-24T03:11:17.653 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-24T03:11:17.653 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-24T03:11:17.654 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-24T03:11:17.694 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd dump --format=json 2024-01-24T03:11:17.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:15.773595+0000 mgr.smithi089.ojauep (mgr.14180) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:17.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:17.157579+0000 mon.smithi105 (mon.1) 18 : audit [INF] from='client.? 172.21.15.105:0/386261416' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T03:11:17.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:17.158043+0000 mon.smithi089 (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 2024-01-24T03:11:17.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:17.161161+0000 mon.smithi089 (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 2024-01-24T03:11:18.270 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:19.443 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:11:19.443 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":32,"fsid":"baa7a844-ba65-11ee-95b1-87774f69a715","created":"2024-01-24T03:08:11.562612+0000","modified":"2024-01-24T03:11:12.102096+0000","last_up_change":"2024-01-24T03:11:10.093023+0000","last_in_change":"2024-01-24T03:10:42.161572+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-24T03:11:00.448168+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"4cd6fe7e-7ecd-4e21-b3d0-dc9038294b33","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6800","nonce":846555763},{"type":"v1","addr":"172.21.15.105:6801","nonce":846555763}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":846555763},{"type":"v1","addr":"172.21.15.105:6803","nonce":846555763}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":846555763},{"type":"v1","addr":"172.21.15.105:6807","nonce":846555763}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":846555763},{"type":"v1","addr":"172.21.15.105:6805","nonce":846555763}]},"public_addr":"172.21.15.105:6801/846555763","cluster_addr":"172.21.15.105:6803/846555763","heartbeat_back_addr":"172.21.15.105:6807/846555763","heartbeat_front_addr":"172.21.15.105:6805/846555763","state":["exists","up"]},{"osd":1,"uuid":"4f8d617d-fc94-4d8d-9208-a0bf7afb8ffe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":2330037687},{"type":"v1","addr":"172.21.15.89:6803","nonce":2330037687}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":2330037687},{"type":"v1","addr":"172.21.15.89:6805","nonce":2330037687}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":2330037687},{"type":"v1","addr":"172.21.15.89:6809","nonce":2330037687}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":2330037687},{"type":"v1","addr":"172.21.15.89:6807","nonce":2330037687}]},"public_addr":"172.21.15.89:6803/2330037687","cluster_addr":"172.21.15.89:6805/2330037687","heartbeat_back_addr":"172.21.15.89:6809/2330037687","heartbeat_front_addr":"172.21.15.89:6807/2330037687","state":["exists","up"]},{"osd":2,"uuid":"201dd8f6-1ddb-4ce3-b42a-99b4ccd27fe7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":212892931},{"type":"v1","addr":"172.21.15.105:6809","nonce":212892931}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":212892931},{"type":"v1","addr":"172.21.15.105:6811","nonce":212892931}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":212892931},{"type":"v1","addr":"172.21.15.105:6815","nonce":212892931}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":212892931},{"type":"v1","addr":"172.21.15.105:6813","nonce":212892931}]},"public_addr":"172.21.15.105:6809/212892931","cluster_addr":"172.21.15.105:6811/212892931","heartbeat_back_addr":"172.21.15.105:6815/212892931","heartbeat_front_addr":"172.21.15.105:6813/212892931","state":["exists","up"]},{"osd":3,"uuid":"c54f4252-4acb-43a5-9c95-bde7c67c7ac2","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.89:6810","nonce":2256636319},{"type":"v1","addr":"172.21.15.89:6811","nonce":2256636319}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":2256636319},{"type":"v1","addr":"172.21.15.89:6813","nonce":2256636319}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6816","nonce":2256636319},{"type":"v1","addr":"172.21.15.89:6817","nonce":2256636319}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":2256636319},{"type":"v1","addr":"172.21.15.89:6815","nonce":2256636319}]},"public_addr":"172.21.15.89:6811/2256636319","cluster_addr":"172.21.15.89:6813/2256636319","heartbeat_back_addr":"172.21.15.89:6817/2256636319","heartbeat_front_addr":"172.21.15.89:6815/2256636319","state":["exists","up"]},{"osd":4,"uuid":"ce0ebb96-0560-4372-95ba-c6eb92b16341","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.105:6816","nonce":22719602},{"type":"v1","addr":"172.21.15.105:6817","nonce":22719602}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":22719602},{"type":"v1","addr":"172.21.15.105:6819","nonce":22719602}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":22719602},{"type":"v1","addr":"172.21.15.105:6823","nonce":22719602}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":22719602},{"type":"v1","addr":"172.21.15.105:6821","nonce":22719602}]},"public_addr":"172.21.15.105:6817/22719602","cluster_addr":"172.21.15.105:6819/22719602","heartbeat_back_addr":"172.21.15.105:6823/22719602","heartbeat_front_addr":"172.21.15.105:6821/22719602","state":["exists","up"]},{"osd":5,"uuid":"2042a4eb-4395-4042-ad3d-387ddb8851f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6818","nonce":832300745},{"type":"v1","addr":"172.21.15.89:6819","nonce":832300745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6820","nonce":832300745},{"type":"v1","addr":"172.21.15.89:6821","nonce":832300745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6824","nonce":832300745},{"type":"v1","addr":"172.21.15.89:6825","nonce":832300745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6822","nonce":832300745},{"type":"v1","addr":"172.21.15.89:6823","nonce":832300745}]},"public_addr":"172.21.15.89:6819/832300745","cluster_addr":"172.21.15.89:6821/832300745","heartbeat_back_addr":"172.21.15.89:6825/832300745","heartbeat_front_addr":"172.21.15.89:6823/832300745","state":["exists","up"]},{"osd":6,"uuid":"8f91c634-d715-4964-bdf5-d1838919ee06","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.105:6824","nonce":1920082126},{"type":"v1","addr":"172.21.15.105:6825","nonce":1920082126}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":1920082126},{"type":"v1","addr":"172.21.15.105:6827","nonce":1920082126}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":1920082126},{"type":"v1","addr":"172.21.15.105:6831","nonce":1920082126}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":1920082126},{"type":"v1","addr":"172.21.15.105:6829","nonce":1920082126}]},"public_addr":"172.21.15.105:6825/1920082126","cluster_addr":"172.21.15.105:6827/1920082126","heartbeat_back_addr":"172.21.15.105:6831/1920082126","heartbeat_front_addr":"172.21.15.105:6829/1920082126","state":["exists","up"]},{"osd":7,"uuid":"ae5aed16-f191-411c-8409-66bd8e3a55a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6826","nonce":777494002},{"type":"v1","addr":"172.21.15.89:6827","nonce":777494002}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6828","nonce":777494002},{"type":"v1","addr":"172.21.15.89:6829","nonce":777494002}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6832","nonce":777494002},{"type":"v1","addr":"172.21.15.89:6833","nonce":777494002}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6830","nonce":777494002},{"type":"v1","addr":"172.21.15.89:6831","nonce":777494002}]},"public_addr":"172.21.15.89:6827/777494002","cluster_addr":"172.21.15.89:6829/777494002","heartbeat_back_addr":"172.21.15.89:6833/777494002","heartbeat_front_addr":"172.21.15.89:6831/777494002","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:10:54.948963+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:10:56.325294+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:10:58.375720+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:11:00.343229+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:11:01.946848+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:11:04.658011+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:11:05.549215+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:11:08.844059+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.89:0/2716707559":"2024-01-25T03:09:33.753574+0000","172.21.15.89:6801/4255838083":"2024-01-25T03:09:33.753574+0000","172.21.15.89:6800/4255838083":"2024-01-25T03:09:33.753574+0000","172.21.15.89:0/3887471096":"2024-01-25T03:08:57.751544+0000","172.21.15.89:6801/1054087855":"2024-01-25T03:08:57.751544+0000","172.21.15.89:0/2316038363":"2024-01-25T03:08:57.751544+0000","172.21.15.89:6800/1054087855":"2024-01-25T03:08:57.751544+0000","172.21.15.89:0/651962248":"2024-01-25T03:08:31.380494+0000","172.21.15.89:0/2404652257":"2024-01-25T03:08:31.380494+0000","172.21.15.89:0/1169485022":"2024-01-25T03:09:33.753574+0000","172.21.15.89:6800/2939518673":"2024-01-25T03:08:31.380494+0000","172.21.15.89:6801/2939518673":"2024-01-25T03:08:31.380494+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-24T03:11:19.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:17.773947+0000 mgr.smithi089.ojauep (mgr.14180) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:19.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:19.325812+0000 mon.smithi089 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:19.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:17.773947+0000 mgr.smithi089.ojauep (mgr.14180) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:19.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:19.325812+0000 mon.smithi089 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:19.800 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-24T03:11:00.448168+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-24T03:11:19.800 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-24T03:11:20.107 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:20.511 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:19.442386+0000 mon.smithi089 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.89:0/1785218884' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T03:11:20.512 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:19.519013+0000 mon.smithi089 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:20.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:19.442386+0000 mon.smithi089 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.89:0/1785218884' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T03:11:20.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:19.519013+0000 mon.smithi089 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:11:21.175 INFO:teuthology.orchestra.run.smithi089.stdout:pg_num: 1 2024-01-24T03:11:21.541 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-24T03:11:21.542 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-24T03:11:21.542 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph mgr dump --format=json 2024-01-24T03:11:21.804 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:21.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:19.774450+0000 mgr.smithi089.ojauep (mgr.14180) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:21.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:21.175999+0000 mon.smithi089 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.89:0/1953891120' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-24T03:11:21.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:19.774450+0000 mgr.smithi089.ojauep (mgr.14180) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:21.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:21.175999+0000 mon.smithi089 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.89:0/1953891120' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-24T03:11:22.925 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:11:23.290 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi089.ojauep","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6800","nonce":244317408},{"type":"v1","addr":"172.21.15.89:6801","nonce":244317408}]},"active_addr":"172.21.15.89:6801/244317408","active_change":"2024-01-24T03:09:33.753691+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi105.rimrpl","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.89:8443/","prometheus":"http://172.21.15.89: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.89:0","nonce":1442843180}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.89:0","nonce":2335254881}]}]} 2024-01-24T03:11:23.293 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-24T03:11:23.293 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-24T03:11:23.294 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd dump --format=json 2024-01-24T03:11:23.560 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:23.823 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:21.774782+0000 mgr.smithi089.ojauep (mgr.14180) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:23.823 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:22.920451+0000 mon.smithi089 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.89:0/1764311720' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-24T03:11:23.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:21.774782+0000 mgr.smithi089.ojauep (mgr.14180) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:23.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:22.920451+0000 mon.smithi089 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.89:0/1764311720' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-24T03:11:24.599 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:11:24.599 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":32,"fsid":"baa7a844-ba65-11ee-95b1-87774f69a715","created":"2024-01-24T03:08:11.562612+0000","modified":"2024-01-24T03:11:12.102096+0000","last_up_change":"2024-01-24T03:11:10.093023+0000","last_in_change":"2024-01-24T03:10:42.161572+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-24T03:11:00.448168+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"4cd6fe7e-7ecd-4e21-b3d0-dc9038294b33","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6800","nonce":846555763},{"type":"v1","addr":"172.21.15.105:6801","nonce":846555763}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":846555763},{"type":"v1","addr":"172.21.15.105:6803","nonce":846555763}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":846555763},{"type":"v1","addr":"172.21.15.105:6807","nonce":846555763}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":846555763},{"type":"v1","addr":"172.21.15.105:6805","nonce":846555763}]},"public_addr":"172.21.15.105:6801/846555763","cluster_addr":"172.21.15.105:6803/846555763","heartbeat_back_addr":"172.21.15.105:6807/846555763","heartbeat_front_addr":"172.21.15.105:6805/846555763","state":["exists","up"]},{"osd":1,"uuid":"4f8d617d-fc94-4d8d-9208-a0bf7afb8ffe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":2330037687},{"type":"v1","addr":"172.21.15.89:6803","nonce":2330037687}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":2330037687},{"type":"v1","addr":"172.21.15.89:6805","nonce":2330037687}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":2330037687},{"type":"v1","addr":"172.21.15.89:6809","nonce":2330037687}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":2330037687},{"type":"v1","addr":"172.21.15.89:6807","nonce":2330037687}]},"public_addr":"172.21.15.89:6803/2330037687","cluster_addr":"172.21.15.89:6805/2330037687","heartbeat_back_addr":"172.21.15.89:6809/2330037687","heartbeat_front_addr":"172.21.15.89:6807/2330037687","state":["exists","up"]},{"osd":2,"uuid":"201dd8f6-1ddb-4ce3-b42a-99b4ccd27fe7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":212892931},{"type":"v1","addr":"172.21.15.105:6809","nonce":212892931}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":212892931},{"type":"v1","addr":"172.21.15.105:6811","nonce":212892931}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":212892931},{"type":"v1","addr":"172.21.15.105:6815","nonce":212892931}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":212892931},{"type":"v1","addr":"172.21.15.105:6813","nonce":212892931}]},"public_addr":"172.21.15.105:6809/212892931","cluster_addr":"172.21.15.105:6811/212892931","heartbeat_back_addr":"172.21.15.105:6815/212892931","heartbeat_front_addr":"172.21.15.105:6813/212892931","state":["exists","up"]},{"osd":3,"uuid":"c54f4252-4acb-43a5-9c95-bde7c67c7ac2","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.89:6810","nonce":2256636319},{"type":"v1","addr":"172.21.15.89:6811","nonce":2256636319}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":2256636319},{"type":"v1","addr":"172.21.15.89:6813","nonce":2256636319}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6816","nonce":2256636319},{"type":"v1","addr":"172.21.15.89:6817","nonce":2256636319}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":2256636319},{"type":"v1","addr":"172.21.15.89:6815","nonce":2256636319}]},"public_addr":"172.21.15.89:6811/2256636319","cluster_addr":"172.21.15.89:6813/2256636319","heartbeat_back_addr":"172.21.15.89:6817/2256636319","heartbeat_front_addr":"172.21.15.89:6815/2256636319","state":["exists","up"]},{"osd":4,"uuid":"ce0ebb96-0560-4372-95ba-c6eb92b16341","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.105:6816","nonce":22719602},{"type":"v1","addr":"172.21.15.105:6817","nonce":22719602}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":22719602},{"type":"v1","addr":"172.21.15.105:6819","nonce":22719602}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":22719602},{"type":"v1","addr":"172.21.15.105:6823","nonce":22719602}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":22719602},{"type":"v1","addr":"172.21.15.105:6821","nonce":22719602}]},"public_addr":"172.21.15.105:6817/22719602","cluster_addr":"172.21.15.105:6819/22719602","heartbeat_back_addr":"172.21.15.105:6823/22719602","heartbeat_front_addr":"172.21.15.105:6821/22719602","state":["exists","up"]},{"osd":5,"uuid":"2042a4eb-4395-4042-ad3d-387ddb8851f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6818","nonce":832300745},{"type":"v1","addr":"172.21.15.89:6819","nonce":832300745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6820","nonce":832300745},{"type":"v1","addr":"172.21.15.89:6821","nonce":832300745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6824","nonce":832300745},{"type":"v1","addr":"172.21.15.89:6825","nonce":832300745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6822","nonce":832300745},{"type":"v1","addr":"172.21.15.89:6823","nonce":832300745}]},"public_addr":"172.21.15.89:6819/832300745","cluster_addr":"172.21.15.89:6821/832300745","heartbeat_back_addr":"172.21.15.89:6825/832300745","heartbeat_front_addr":"172.21.15.89:6823/832300745","state":["exists","up"]},{"osd":6,"uuid":"8f91c634-d715-4964-bdf5-d1838919ee06","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.105:6824","nonce":1920082126},{"type":"v1","addr":"172.21.15.105:6825","nonce":1920082126}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":1920082126},{"type":"v1","addr":"172.21.15.105:6827","nonce":1920082126}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":1920082126},{"type":"v1","addr":"172.21.15.105:6831","nonce":1920082126}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":1920082126},{"type":"v1","addr":"172.21.15.105:6829","nonce":1920082126}]},"public_addr":"172.21.15.105:6825/1920082126","cluster_addr":"172.21.15.105:6827/1920082126","heartbeat_back_addr":"172.21.15.105:6831/1920082126","heartbeat_front_addr":"172.21.15.105:6829/1920082126","state":["exists","up"]},{"osd":7,"uuid":"ae5aed16-f191-411c-8409-66bd8e3a55a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6826","nonce":777494002},{"type":"v1","addr":"172.21.15.89:6827","nonce":777494002}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6828","nonce":777494002},{"type":"v1","addr":"172.21.15.89:6829","nonce":777494002}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6832","nonce":777494002},{"type":"v1","addr":"172.21.15.89:6833","nonce":777494002}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6830","nonce":777494002},{"type":"v1","addr":"172.21.15.89:6831","nonce":777494002}]},"public_addr":"172.21.15.89:6827/777494002","cluster_addr":"172.21.15.89:6829/777494002","heartbeat_back_addr":"172.21.15.89:6833/777494002","heartbeat_front_addr":"172.21.15.89:6831/777494002","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:10:54.948963+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:10:56.325294+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:10:58.375720+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:11:00.343229+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:11:01.946848+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:11:04.658011+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:11:05.549215+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:11:08.844059+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.89:0/2716707559":"2024-01-25T03:09:33.753574+0000","172.21.15.89:6801/4255838083":"2024-01-25T03:09:33.753574+0000","172.21.15.89:6800/4255838083":"2024-01-25T03:09:33.753574+0000","172.21.15.89:0/3887471096":"2024-01-25T03:08:57.751544+0000","172.21.15.89:6801/1054087855":"2024-01-25T03:08:57.751544+0000","172.21.15.89:0/2316038363":"2024-01-25T03:08:57.751544+0000","172.21.15.89:6800/1054087855":"2024-01-25T03:08:57.751544+0000","172.21.15.89:0/651962248":"2024-01-25T03:08:31.380494+0000","172.21.15.89:0/2404652257":"2024-01-25T03:08:31.380494+0000","172.21.15.89:0/1169485022":"2024-01-25T03:09:33.753574+0000","172.21.15.89:6800/2939518673":"2024-01-25T03:08:31.380494+0000","172.21.15.89:6801/2939518673":"2024-01-25T03:08:31.380494+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-24T03:11:25.040 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-24T03:11:25.041 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd dump --format=json 2024-01-24T03:11:25.303 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:25.753 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:23.775121+0000 mgr.smithi089.ojauep (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:25.753 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:24.598957+0000 mon.smithi089 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.89:0/631411561' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T03:11:25.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:23.775121+0000 mgr.smithi089.ojauep (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:25.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:24.598957+0000 mon.smithi089 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.89:0/631411561' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T03:11:26.428 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:11:26.428 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":32,"fsid":"baa7a844-ba65-11ee-95b1-87774f69a715","created":"2024-01-24T03:08:11.562612+0000","modified":"2024-01-24T03:11:12.102096+0000","last_up_change":"2024-01-24T03:11:10.093023+0000","last_in_change":"2024-01-24T03:10:42.161572+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-24T03:11:00.448168+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"4cd6fe7e-7ecd-4e21-b3d0-dc9038294b33","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6800","nonce":846555763},{"type":"v1","addr":"172.21.15.105:6801","nonce":846555763}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":846555763},{"type":"v1","addr":"172.21.15.105:6803","nonce":846555763}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":846555763},{"type":"v1","addr":"172.21.15.105:6807","nonce":846555763}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":846555763},{"type":"v1","addr":"172.21.15.105:6805","nonce":846555763}]},"public_addr":"172.21.15.105:6801/846555763","cluster_addr":"172.21.15.105:6803/846555763","heartbeat_back_addr":"172.21.15.105:6807/846555763","heartbeat_front_addr":"172.21.15.105:6805/846555763","state":["exists","up"]},{"osd":1,"uuid":"4f8d617d-fc94-4d8d-9208-a0bf7afb8ffe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":2330037687},{"type":"v1","addr":"172.21.15.89:6803","nonce":2330037687}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":2330037687},{"type":"v1","addr":"172.21.15.89:6805","nonce":2330037687}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":2330037687},{"type":"v1","addr":"172.21.15.89:6809","nonce":2330037687}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":2330037687},{"type":"v1","addr":"172.21.15.89:6807","nonce":2330037687}]},"public_addr":"172.21.15.89:6803/2330037687","cluster_addr":"172.21.15.89:6805/2330037687","heartbeat_back_addr":"172.21.15.89:6809/2330037687","heartbeat_front_addr":"172.21.15.89:6807/2330037687","state":["exists","up"]},{"osd":2,"uuid":"201dd8f6-1ddb-4ce3-b42a-99b4ccd27fe7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":212892931},{"type":"v1","addr":"172.21.15.105:6809","nonce":212892931}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":212892931},{"type":"v1","addr":"172.21.15.105:6811","nonce":212892931}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":212892931},{"type":"v1","addr":"172.21.15.105:6815","nonce":212892931}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":212892931},{"type":"v1","addr":"172.21.15.105:6813","nonce":212892931}]},"public_addr":"172.21.15.105:6809/212892931","cluster_addr":"172.21.15.105:6811/212892931","heartbeat_back_addr":"172.21.15.105:6815/212892931","heartbeat_front_addr":"172.21.15.105:6813/212892931","state":["exists","up"]},{"osd":3,"uuid":"c54f4252-4acb-43a5-9c95-bde7c67c7ac2","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.89:6810","nonce":2256636319},{"type":"v1","addr":"172.21.15.89:6811","nonce":2256636319}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":2256636319},{"type":"v1","addr":"172.21.15.89:6813","nonce":2256636319}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6816","nonce":2256636319},{"type":"v1","addr":"172.21.15.89:6817","nonce":2256636319}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":2256636319},{"type":"v1","addr":"172.21.15.89:6815","nonce":2256636319}]},"public_addr":"172.21.15.89:6811/2256636319","cluster_addr":"172.21.15.89:6813/2256636319","heartbeat_back_addr":"172.21.15.89:6817/2256636319","heartbeat_front_addr":"172.21.15.89:6815/2256636319","state":["exists","up"]},{"osd":4,"uuid":"ce0ebb96-0560-4372-95ba-c6eb92b16341","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.105:6816","nonce":22719602},{"type":"v1","addr":"172.21.15.105:6817","nonce":22719602}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":22719602},{"type":"v1","addr":"172.21.15.105:6819","nonce":22719602}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":22719602},{"type":"v1","addr":"172.21.15.105:6823","nonce":22719602}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":22719602},{"type":"v1","addr":"172.21.15.105:6821","nonce":22719602}]},"public_addr":"172.21.15.105:6817/22719602","cluster_addr":"172.21.15.105:6819/22719602","heartbeat_back_addr":"172.21.15.105:6823/22719602","heartbeat_front_addr":"172.21.15.105:6821/22719602","state":["exists","up"]},{"osd":5,"uuid":"2042a4eb-4395-4042-ad3d-387ddb8851f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6818","nonce":832300745},{"type":"v1","addr":"172.21.15.89:6819","nonce":832300745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6820","nonce":832300745},{"type":"v1","addr":"172.21.15.89:6821","nonce":832300745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6824","nonce":832300745},{"type":"v1","addr":"172.21.15.89:6825","nonce":832300745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6822","nonce":832300745},{"type":"v1","addr":"172.21.15.89:6823","nonce":832300745}]},"public_addr":"172.21.15.89:6819/832300745","cluster_addr":"172.21.15.89:6821/832300745","heartbeat_back_addr":"172.21.15.89:6825/832300745","heartbeat_front_addr":"172.21.15.89:6823/832300745","state":["exists","up"]},{"osd":6,"uuid":"8f91c634-d715-4964-bdf5-d1838919ee06","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.105:6824","nonce":1920082126},{"type":"v1","addr":"172.21.15.105:6825","nonce":1920082126}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":1920082126},{"type":"v1","addr":"172.21.15.105:6827","nonce":1920082126}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":1920082126},{"type":"v1","addr":"172.21.15.105:6831","nonce":1920082126}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":1920082126},{"type":"v1","addr":"172.21.15.105:6829","nonce":1920082126}]},"public_addr":"172.21.15.105:6825/1920082126","cluster_addr":"172.21.15.105:6827/1920082126","heartbeat_back_addr":"172.21.15.105:6831/1920082126","heartbeat_front_addr":"172.21.15.105:6829/1920082126","state":["exists","up"]},{"osd":7,"uuid":"ae5aed16-f191-411c-8409-66bd8e3a55a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6826","nonce":777494002},{"type":"v1","addr":"172.21.15.89:6827","nonce":777494002}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6828","nonce":777494002},{"type":"v1","addr":"172.21.15.89:6829","nonce":777494002}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6832","nonce":777494002},{"type":"v1","addr":"172.21.15.89:6833","nonce":777494002}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6830","nonce":777494002},{"type":"v1","addr":"172.21.15.89:6831","nonce":777494002}]},"public_addr":"172.21.15.89:6827/777494002","cluster_addr":"172.21.15.89:6829/777494002","heartbeat_back_addr":"172.21.15.89:6833/777494002","heartbeat_front_addr":"172.21.15.89:6831/777494002","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:10:54.948963+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:10:56.325294+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:10:58.375720+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:11:00.343229+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:11:01.946848+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:11:04.658011+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:11:05.549215+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T03:11:08.844059+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.89:0/2716707559":"2024-01-25T03:09:33.753574+0000","172.21.15.89:6801/4255838083":"2024-01-25T03:09:33.753574+0000","172.21.15.89:6800/4255838083":"2024-01-25T03:09:33.753574+0000","172.21.15.89:0/3887471096":"2024-01-25T03:08:57.751544+0000","172.21.15.89:6801/1054087855":"2024-01-25T03:08:57.751544+0000","172.21.15.89:0/2316038363":"2024-01-25T03:08:57.751544+0000","172.21.15.89:6800/1054087855":"2024-01-25T03:08:57.751544+0000","172.21.15.89:0/651962248":"2024-01-25T03:08:31.380494+0000","172.21.15.89:0/2404652257":"2024-01-25T03:08:31.380494+0000","172.21.15.89:0/1169485022":"2024-01-25T03:09:33.753574+0000","172.21.15.89:6800/2939518673":"2024-01-25T03:08:31.380494+0000","172.21.15.89:6801/2939518673":"2024-01-25T03:08:31.380494+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-24T03:11:26.789 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:26.428091+0000 mon.smithi089 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.89:0/2022868406' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T03:11:26.791 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-24T03:11:26.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:26.428091+0000 mon.smithi089 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.89:0/2022868406' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T03:11:27.051 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:27.752 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:25.775456+0000 mgr.smithi089.ojauep (mgr.14180) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:27.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:25.775456+0000 mgr.smithi089.ojauep (mgr.14180) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:28.316 INFO:teuthology.orchestra.run.smithi089.stdout:68719476746 2024-01-24T03:11:28.317 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-24T03:11:28.579 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:29.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:27.775752+0000 mgr.smithi089.ojauep (mgr.14180) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:29.848 INFO:teuthology.orchestra.run.smithi089.stdout:77309411338 2024-01-24T03:11:29.848 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-24T03:11:29.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:27.775752+0000 mgr.smithi089.ojauep (mgr.14180) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:30.110 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:31.389 INFO:teuthology.orchestra.run.smithi089.stdout:85899345929 2024-01-24T03:11:31.390 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-24T03:11:31.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:29.776033+0000 mgr.smithi089.ojauep (mgr.14180) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:31.649 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:31.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:29.776033+0000 mgr.smithi089.ojauep (mgr.14180) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:32.905 INFO:teuthology.orchestra.run.smithi089.stdout:94489280521 2024-01-24T03:11:32.906 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-24T03:11:33.166 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:33.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:31.776337+0000 mgr.smithi089.ojauep (mgr.14180) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:33.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:33 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:31.776337+0000 mgr.smithi089.ojauep (mgr.14180) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:34.431 INFO:teuthology.orchestra.run.smithi089.stdout:98784247816 2024-01-24T03:11:34.432 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-24T03:11:34.698 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:35.843 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:33.776807+0000 mgr.smithi089.ojauep (mgr.14180) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:35.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:33.776807+0000 mgr.smithi089.ojauep (mgr.14180) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:36.015 INFO:teuthology.orchestra.run.smithi089.stdout:111669149704 2024-01-24T03:11:36.015 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-24T03:11:36.276 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:37.539 INFO:teuthology.orchestra.run.smithi089.stdout:115964117001 2024-01-24T03:11:37.540 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-24T03:11:37.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:37 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:35.777124+0000 mgr.smithi089.ojauep (mgr.14180) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:37.803 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:37.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:37 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:35.777124+0000 mgr.smithi089.ojauep (mgr.14180) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:39.112 INFO:teuthology.orchestra.run.smithi089.stdout:128849018888 2024-01-24T03:11:39.113 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-24T03:11:39.374 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:39.825 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:37.777435+0000 mgr.smithi089.ojauep (mgr.14180) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:39.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:37.777435+0000 mgr.smithi089.ojauep (mgr.14180) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:40.444 INFO:teuthology.orchestra.run.smithi089.stdout:68719476748 2024-01-24T03:11:40.796 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476746 got 68719476748 for osd.0 2024-01-24T03:11:40.796 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-24T03:11:41.056 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:41.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:41 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:39.777925+0000 mgr.smithi089.ojauep (mgr.14180) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:41.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:41 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:40.444741+0000 mon.smithi089 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.89:0/1958942828' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-24T03:11:41.392 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:41 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:39.777925+0000 mgr.smithi089.ojauep (mgr.14180) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:41.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:41 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:40.444741+0000 mon.smithi089 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.89:0/1958942828' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-24T03:11:42.152 INFO:teuthology.orchestra.run.smithi089.stdout:77309411340 2024-01-24T03:11:42.513 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411338 got 77309411340 for osd.1 2024-01-24T03:11:42.513 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-24T03:11:42.774 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:43.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:41.778261+0000 mgr.smithi089.ojauep (mgr.14180) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:43.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:42.152987+0000 mon.smithi089 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.89:0/1242695969' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-24T03:11:43.392 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:41.778261+0000 mgr.smithi089.ojauep (mgr.14180) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:43.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:42.152987+0000 mon.smithi089 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.89:0/1242695969' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-24T03:11:43.841 INFO:teuthology.orchestra.run.smithi089.stdout:85899345932 2024-01-24T03:11:44.219 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:43.841502+0000 mon.smithi089 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.89:0/1623728960' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-24T03:11:44.220 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345929 got 85899345932 for osd.2 2024-01-24T03:11:44.220 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-24T03:11:44.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:43.841502+0000 mon.smithi089 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.89:0/1623728960' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-24T03:11:44.491 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:45.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:45 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:43.778545+0000 mgr.smithi089.ojauep (mgr.14180) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:45.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:45 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:43.778545+0000 mgr.smithi089.ojauep (mgr.14180) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:45.517 INFO:teuthology.orchestra.run.smithi089.stdout:94489280524 2024-01-24T03:11:45.888 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280521 got 94489280524 for osd.3 2024-01-24T03:11:45.888 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-24T03:11:46.150 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:46.247 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:45.518277+0000 mon.smithi089 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.89:0/3205938972' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-24T03:11:46.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:45.518277+0000 mon.smithi089 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.89:0/3205938972' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-24T03:11:47.211 INFO:teuthology.orchestra.run.smithi089.stdout:98784247819 2024-01-24T03:11:47.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:47 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:45.778907+0000 mgr.smithi089.ojauep (mgr.14180) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:47.477 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:45.778907+0000 mgr.smithi089.ojauep (mgr.14180) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:47.578 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247816 got 98784247819 for osd.4 2024-01-24T03:11:47.579 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-24T03:11:47.842 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:48.266 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:47.211882+0000 mon.smithi089 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.89:0/2533828629' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-24T03:11:48.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:47.211882+0000 mon.smithi089 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.89:0/2533828629' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-24T03:11:48.912 INFO:teuthology.orchestra.run.smithi089.stdout:111669149707 2024-01-24T03:11:49.193 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:47.779169+0000 mgr.smithi089.ojauep (mgr.14180) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:49.194 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:48.912464+0000 mon.smithi089 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.89:0/1062727867' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-24T03:11:49.269 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149704 got 111669149707 for osd.5 2024-01-24T03:11:49.270 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-24T03:11:49.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:49 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:47.779169+0000 mgr.smithi089.ojauep (mgr.14180) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:49.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:49 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:48.912464+0000 mon.smithi089 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.89:0/1062727867' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-24T03:11:49.530 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:50.591 INFO:teuthology.orchestra.run.smithi089.stdout:115964117004 2024-01-24T03:11:50.953 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117004 for osd.6 2024-01-24T03:11:50.953 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-24T03:11:51.214 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:51.304 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:49.779485+0000 mgr.smithi089.ojauep (mgr.14180) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:51.304 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:50.591344+0000 mon.smithi089 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.89:0/2583742291' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-24T03:11:51.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:49.779485+0000 mgr.smithi089.ojauep (mgr.14180) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:51.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:50.591344+0000 mon.smithi089 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.89:0/2583742291' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-24T03:11:52.259 INFO:teuthology.orchestra.run.smithi089.stdout:128849018891 2024-01-24T03:11:52.636 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018888 got 128849018891 for osd.7 2024-01-24T03:11:52.636 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-24T03:11:52.636 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph pg dump --format=json 2024-01-24T03:11:52.898 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:53.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:51.779967+0000 mgr.smithi089.ojauep (mgr.14180) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:53.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:52.260246+0000 mon.smithi089 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.89:0/2743915030' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-24T03:11:53.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:51.779967+0000 mgr.smithi089.ojauep (mgr.14180) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:52.260246+0000 mon.smithi089 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.89:0/2743915030' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-24T03:11:53.965 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:11:53.966 INFO:teuthology.orchestra.run.smithi089.stderr:dumped all 2024-01-24T03:11:54.328 INFO:teuthology.orchestra.run.smithi089.stdout:{"pg_ready":true,"pg_map":{"version":91,"stamp":"2024-01-24T03:11:53.780124+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":2379228,"kb_used_data":2460,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549220,"statfs":{"total":767926730752,"available":765490401280,"internally_reserved":0,"allocated":2519040,"data_stored":973909,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":32,"state":"active+clean","last_fresh":"2024-01-24T03:11:13.008522+0000","last_change":"2024-01-24T03:11:13.008522+0000","last_active":"2024-01-24T03:11:13.008522+0000","last_peered":"2024-01-24T03:11:13.008522+0000","last_clean":"2024-01-24T03:11:13.008522+0000","last_became_active":"2024-01-24T03:11:13.008223+0000","last_became_peered":"2024-01-24T03:11:13.008223+0000","last_unstale":"2024-01-24T03:11:13.008522+0000","last_undegraded":"2024-01-24T03:11:13.008522+0000","last_fullsized":"2024-01-24T03:11:13.008522+0000","mapping_epoch":31,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":32,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-24T03:11:01.191598+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-24T03:11:01.191598+0000","last_clean_scrub_stamp":"2024-01-24T03:11:01.191598+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":30,"seq":128849018891,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":121463,"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.70199999999999996}]},{"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.35799999999999998}]},{"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.67900000000000005}]},{"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.30499999999999999}]},{"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.72899999999999998}]},{"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.40200000000000002}]},{"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.54700000000000004}]}]},{"osd":6,"up_from":27,"seq":115964117005,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.45400000000000001}]},{"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.497}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.505}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53100000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48099999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55600000000000005}]},{"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.58799999999999997}]}]},{"osd":1,"up_from":18,"seq":77309411342,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.38}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.43099999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29599999999999999}]},{"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.35899999999999999}]},{"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.35399999999999998}]},{"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.44400000000000001}]},{"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.41199999999999998}]}]},{"osd":0,"up_from":16,"seq":68719476751,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.51100000000000001}]},{"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.48099999999999998}]},{"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.58899999999999997}]},{"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.52300000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63}]},{"osd":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.66000000000000003}]},{"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.73699999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345934,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.32800000000000001}]},{"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.432}]},{"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.57499999999999996}]},{"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.376}]},{"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.40300000000000002}]},{"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.47199999999999998}]},{"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.64300000000000002}]}]},{"osd":3,"up_from":22,"seq":94489280526,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.372}]},{"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.28499999999999998}]},{"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.51000000000000001}]},{"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.48399999999999999}]},{"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.33200000000000002}]},{"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.46200000000000002}]},{"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.34999999999999998}]}]},{"osd":4,"up_from":23,"seq":98784247820,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.34899999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.629}]},{"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.46100000000000002}]},{"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.69399999999999995}]},{"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.66500000000000004}]},{"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.40400000000000003}]},{"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.65700000000000003}]}]},{"osd":5,"up_from":26,"seq":111669149708,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.46300000000000002}]},{"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.26600000000000001}]},{"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.47399999999999998}]},{"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.23999999999999999}]},{"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.45500000000000002}]},{"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.441}]},{"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.35099999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-24T03:11:54.329 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph pg dump --format=json 2024-01-24T03:11:54.597 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:55.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:53.780265+0000 mgr.smithi089.ojauep (mgr.14180) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:55.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:53.963433+0000 mgr.smithi089.ojauep (mgr.14180) 118 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:11:55.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:53.780265+0000 mgr.smithi089.ojauep (mgr.14180) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:55.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:53.963433+0000 mgr.smithi089.ojauep (mgr.14180) 118 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:11:55.696 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:11:55.698 INFO:teuthology.orchestra.run.smithi089.stderr:dumped all 2024-01-24T03:11:56.077 INFO:teuthology.orchestra.run.smithi089.stdout:{"pg_ready":true,"pg_map":{"version":91,"stamp":"2024-01-24T03:11:53.780124+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":2379228,"kb_used_data":2460,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549220,"statfs":{"total":767926730752,"available":765490401280,"internally_reserved":0,"allocated":2519040,"data_stored":973909,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":32,"state":"active+clean","last_fresh":"2024-01-24T03:11:13.008522+0000","last_change":"2024-01-24T03:11:13.008522+0000","last_active":"2024-01-24T03:11:13.008522+0000","last_peered":"2024-01-24T03:11:13.008522+0000","last_clean":"2024-01-24T03:11:13.008522+0000","last_became_active":"2024-01-24T03:11:13.008223+0000","last_became_peered":"2024-01-24T03:11:13.008223+0000","last_unstale":"2024-01-24T03:11:13.008522+0000","last_undegraded":"2024-01-24T03:11:13.008522+0000","last_fullsized":"2024-01-24T03:11:13.008522+0000","mapping_epoch":31,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":32,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-24T03:11:01.191598+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-24T03:11:01.191598+0000","last_clean_scrub_stamp":"2024-01-24T03:11:01.191598+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":30,"seq":128849018891,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":121463,"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.70199999999999996}]},{"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.35799999999999998}]},{"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.67900000000000005}]},{"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.30499999999999999}]},{"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.72899999999999998}]},{"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.40200000000000002}]},{"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.54700000000000004}]}]},{"osd":6,"up_from":27,"seq":115964117005,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.45400000000000001}]},{"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.497}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.505}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53100000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48099999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55600000000000005}]},{"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.58799999999999997}]}]},{"osd":1,"up_from":18,"seq":77309411342,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.38}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.43099999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29599999999999999}]},{"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.35899999999999999}]},{"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.35399999999999998}]},{"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.44400000000000001}]},{"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.41199999999999998}]}]},{"osd":0,"up_from":16,"seq":68719476751,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.51100000000000001}]},{"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.48099999999999998}]},{"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.58899999999999997}]},{"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.52300000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63}]},{"osd":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.66000000000000003}]},{"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.73699999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345934,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.32800000000000001}]},{"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.432}]},{"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.57499999999999996}]},{"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.376}]},{"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.40300000000000002}]},{"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.47199999999999998}]},{"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.64300000000000002}]}]},{"osd":3,"up_from":22,"seq":94489280526,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.372}]},{"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.28499999999999998}]},{"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.51000000000000001}]},{"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.48399999999999999}]},{"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.33200000000000002}]},{"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.46200000000000002}]},{"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.34999999999999998}]}]},{"osd":4,"up_from":23,"seq":98784247820,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.34899999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.629}]},{"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.46100000000000002}]},{"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.69399999999999995}]},{"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.66500000000000004}]},{"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.40400000000000003}]},{"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.65700000000000003}]}]},{"osd":5,"up_from":26,"seq":111669149708,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.46300000000000002}]},{"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.26600000000000001}]},{"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.47399999999999998}]},{"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.23999999999999999}]},{"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.45500000000000002}]},{"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.441}]},{"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.35099999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-24T03:11:56.078 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-24T03:11:56.078 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-24T03:11:56.078 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-24T03:11:56.078 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph health --format=json 2024-01-24T03:11:56.340 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/mon.smithi089/config 2024-01-24T03:11:57.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:55.695600+0000 mgr.smithi089.ojauep (mgr.14180) 119 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:11:57.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:55.780797+0000 mgr.smithi089.ojauep (mgr.14180) 120 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:57.409 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:11:57.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:55.695600+0000 mgr.smithi089.ojauep (mgr.14180) 119 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:11:57.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:55.780797+0000 mgr.smithi089.ojauep (mgr.14180) 120 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:57.799 INFO:teuthology.orchestra.run.smithi089.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-24T03:11:57.800 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-24T03:11:57.800 INFO:tasks.cephadm:Setup complete, yielding 2024-01-24T03:11:57.800 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-24T03:11:57.810 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi089.front.sepia.ceph.com 2024-01-24T03:11:57.810 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- bash -c 'ceph orch status' 2024-01-24T03:11:58.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:57.410220+0000 mon.smithi089 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.89:0/1440286143' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-24T03:11:58.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:57.410220+0000 mon.smithi089 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.89:0/1440286143' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-24T03:11:59.104 INFO:teuthology.orchestra.run.smithi089.stdout:Backend: cephadm 2024-01-24T03:11:59.104 INFO:teuthology.orchestra.run.smithi089.stdout:Available: Yes 2024-01-24T03:11:59.104 INFO:teuthology.orchestra.run.smithi089.stdout:Paused: No 2024-01-24T03:11:59.483 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:11:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:57.781113+0000 mgr.smithi089.ojauep (mgr.14180) 121 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:11:59.484 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-24T03:11:59.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:11:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:57.781113+0000 mgr.smithi089.ojauep (mgr.14180) 121 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:00.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:11:59.104167+0000 mgr.smithi089.ojauep (mgr.14180) 122 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:12:00.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:11:59.104167+0000 mgr.smithi089.ojauep (mgr.14180) 122 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:12:00.738 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-24T03:12:00.738 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (105s) 51s ago 2m 16.2M - 0.23.0 ba2b418f427c 8c6eaea4b5ca 2024-01-24T03:12:00.738 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (2m) 51s ago 2m 7268k - 16.2.14-449-ga70aebef 377ff36742d8 08688f98b109 2024-01-24T03:12:00.738 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi105 smithi105 running (2m) 52s ago 2m 7415k - 16.2.14-449-ga70aebef 377ff36742d8 e71cebd1b9b7 2024-01-24T03:12:00.738 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (101s) 51s ago 2m 48.1M - 8.3.5 dad864ee21e9 9b2f97a16000 2024-01-24T03:12:00.739 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ojauep smithi089 *:9283 running (3m) 51s ago 3m 443M - 16.2.14-449-ga70aebef 377ff36742d8 7caecde8dbeb 2024-01-24T03:12:00.739 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi105.rimrpl smithi105 *:8443,9283 running (2m) 52s ago 2m 394M - 16.2.14-449-ga70aebef 377ff36742d8 26a437595e61 2024-01-24T03:12:00.739 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (3m) 51s ago 3m 72.1M 2048M 16.2.14-449-ga70aebef 377ff36742d8 ebc146153ec5 2024-01-24T03:12:00.739 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi105 smithi105 running (2m) 52s ago 2m 59.9M 2048M 16.2.14-449-ga70aebef 377ff36742d8 0b7c1c42c93a 2024-01-24T03:12:00.739 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (2m) 51s ago 2m 21.5M - 1.3.1 1dbe0e931976 04d22b15d42b 2024-01-24T03:12:00.739 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi105 smithi105 *:9100 running (112s) 52s ago 111s 23.4M - 1.3.1 1dbe0e931976 a8242ebe8de6 2024-01-24T03:12:00.739 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi105 running (70s) 52s ago 69s 31.5M 3992M 16.2.14-449-ga70aebef 377ff36742d8 99fdf1fdcd34 2024-01-24T03:12:00.739 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (68s) 51s ago 68s 29.0M 3224M 16.2.14-449-ga70aebef 377ff36742d8 57a5acdbde0f 2024-01-24T03:12:00.739 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi105 running (66s) 52s ago 66s 29.7M 3992M 16.2.14-449-ga70aebef 377ff36742d8 faf1521258dc 2024-01-24T03:12:00.739 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (64s) 51s ago 64s 29.4M 3224M 16.2.14-449-ga70aebef 377ff36742d8 98c1c98ab5a8 2024-01-24T03:12:00.739 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi105 running (63s) 52s ago 63s 29.9M 3992M 16.2.14-449-ga70aebef 377ff36742d8 56be744eae69 2024-01-24T03:12:00.739 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi089 running (60s) 51s ago 60s 28.1M 3224M 16.2.14-449-ga70aebef 377ff36742d8 febdf8102f03 2024-01-24T03:12:00.739 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi105 running (59s) 52s ago 59s 28.4M 3992M 16.2.14-449-ga70aebef 377ff36742d8 303bf7bc8dca 2024-01-24T03:12:00.739 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi089 running (56s) 51s ago 56s 15.7M 3224M 16.2.14-449-ga70aebef 377ff36742d8 32650b97a84d 2024-01-24T03:12:00.739 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (98s) 51s ago 2m 43.0M - 2.33.4 514e6a882f6e 154fe57fa409 2024-01-24T03:12:01.102 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-24T03:12:01.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:11:59.781404+0000 mgr.smithi089.ojauep (mgr.14180) 123 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:01.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:11:59.781404+0000 mgr.smithi089.ojauep (mgr.14180) 123 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:02.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:00.731175+0000 mgr.smithi089.ojauep (mgr.14180) 124 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:12:02.364 INFO:teuthology.orchestra.run.smithi089.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-24T03:12:02.364 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager ?:9093,9094 1/1 52s ago 3m count:1 2024-01-24T03:12:02.365 INFO:teuthology.orchestra.run.smithi089.stdout:crash 2/2 54s ago 3m * 2024-01-24T03:12:02.365 INFO:teuthology.orchestra.run.smithi089.stdout:grafana ?:3000 1/1 52s ago 3m count:1 2024-01-24T03:12:02.365 INFO:teuthology.orchestra.run.smithi089.stdout:mgr 2/2 54s ago 3m count:2 2024-01-24T03:12:02.365 INFO:teuthology.orchestra.run.smithi089.stdout:mon 2/2 54s ago 2m smithi089:172.21.15.89=smithi089;smithi105:172.21.15.105=smithi105;count:2 2024-01-24T03:12:02.365 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter ?:9100 2/2 54s ago 3m * 2024-01-24T03:12:02.365 INFO:teuthology.orchestra.run.smithi089.stdout:osd.all-available-devices 8 54s ago 109s * 2024-01-24T03:12:02.365 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus ?:9095 1/1 52s ago 3m count:1 2024-01-24T03:12:02.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:00.731175+0000 mgr.smithi089.ojauep (mgr.14180) 124 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:12:02.727 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-24T03:12:03.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:01.781735+0000 mgr.smithi089.ojauep (mgr.14180) 125 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:03.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:02.361795+0000 mgr.smithi089.ojauep (mgr.14180) 126 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:12:03.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:01.781735+0000 mgr.smithi089.ojauep (mgr.14180) 125 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:03.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:02.361795+0000 mgr.smithi089.ojauep (mgr.14180) 126 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:12:04.075 INFO:teuthology.orchestra.run.smithi089.stdout:HOST ADDR LABELS STATUS 2024-01-24T03:12:04.076 INFO:teuthology.orchestra.run.smithi089.stdout:smithi089 172.21.15.89 2024-01-24T03:12:04.076 INFO:teuthology.orchestra.run.smithi089.stdout:smithi105 172.21.15.105 2024-01-24T03:12:04.076 INFO:teuthology.orchestra.run.smithi089.stdout:2 hosts in cluster 2024-01-24T03:12:04.443 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-24T03:12:05.330 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:03.781986+0000 mgr.smithi089.ojauep (mgr.14180) 127 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:05.330 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:04.075518+0000 mgr.smithi089.ojauep (mgr.14180) 128 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:12:05.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:03.781986+0000 mgr.smithi089.ojauep (mgr.14180) 127 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:05.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:04.075518+0000 mgr.smithi089.ojauep (mgr.14180) 128 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:12:05.669 INFO:teuthology.orchestra.run.smithi089.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-24T03:12:05.669 INFO:teuthology.orchestra.run.smithi089.stdout:smithi089 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040126400BGN 372G 53s ago Has a FileSystem, LVM detected 2024-01-24T03:12:05.670 INFO:teuthology.orchestra.run.smithi089.stdout:smithi089 /dev/nvme1n1 ssd Linux_c2b8f3be762dbee16665 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:12:05.670 INFO:teuthology.orchestra.run.smithi089.stdout:smithi089 /dev/nvme2n1 ssd Linux_1d2d3ff017eefbf088cc 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:12:05.670 INFO:teuthology.orchestra.run.smithi089.stdout:smithi089 /dev/nvme3n1 ssd Linux_9853ffa4878bb143528b 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:12:05.670 INFO:teuthology.orchestra.run.smithi089.stdout:smithi089 /dev/nvme4n1 ssd Linux_48ea6ac4cf36b42b02ce 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:12:05.670 INFO:teuthology.orchestra.run.smithi089.stdout:smithi105 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400TR400BGN 372G 55s ago Has a FileSystem, LVM detected 2024-01-24T03:12:05.670 INFO:teuthology.orchestra.run.smithi089.stdout:smithi105 /dev/nvme1n1 ssd Linux_3385d588817cbfc57194 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:12:05.670 INFO:teuthology.orchestra.run.smithi089.stdout:smithi105 /dev/nvme2n1 ssd Linux_9165f5c4931d10ad432a 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:12:05.670 INFO:teuthology.orchestra.run.smithi089.stdout:smithi105 /dev/nvme3n1 ssd Linux_4bf8973bd83a67d9db34 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:12:05.670 INFO:teuthology.orchestra.run.smithi089.stdout:smithi105 /dev/nvme4n1 ssd Linux_eed051ba26c5f4a98778 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:12:06.025 INFO:teuthology.run_tasks:Running task vip... 2024-01-24T03:12:06.035 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-24T03:12:06.035 INFO:tasks.vip:peername 172.21.15.89 2024-01-24T03:12:06.038 INFO:tasks.vip:172.21.15.89 in 172.21.0.0/20, pos 3928 2024-01-24T03:12:06.043 INFO:tasks.vip:smithi089.front.sepia.ceph.com static 10.0.15.89, vnet 10.0.0.0/16 2024-01-24T03:12:06.043 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-24T03:12:06.043 DEBUG:teuthology.orchestra.run.smithi089:> sudo ip route ls 2024-01-24T03:12:06.076 INFO:teuthology.orchestra.run.smithi089.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.89 metric 100 2024-01-24T03:12:06.076 INFO:teuthology.orchestra.run.smithi089.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.89 metric 100 2024-01-24T03:12:06.076 INFO:tasks.vip:Configuring 10.0.15.89 on smithi089.front.sepia.ceph.com iface enp3s0f1... 2024-01-24T03:12:06.076 DEBUG:teuthology.orchestra.run.smithi089:> sudo ip addr add 10.0.15.89/16 dev enp3s0f1 2024-01-24T03:12:06.144 INFO:tasks.vip:peername 172.21.15.105 2024-01-24T03:12:06.147 INFO:tasks.vip:172.21.15.105 in 172.21.0.0/20, pos 3944 2024-01-24T03:12:06.152 INFO:tasks.vip:smithi105.front.sepia.ceph.com static 10.0.15.105, vnet 10.0.0.0/16 2024-01-24T03:12:06.152 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip route ls 2024-01-24T03:12:06.189 INFO:teuthology.orchestra.run.smithi105.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.105 metric 100 2024-01-24T03:12:06.189 INFO:teuthology.orchestra.run.smithi105.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.105 metric 100 2024-01-24T03:12:06.190 INFO:tasks.vip:Configuring 10.0.15.105 on smithi105.front.sepia.ceph.com iface enp3s0f1... 2024-01-24T03:12:06.190 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip addr add 10.0.15.105/16 dev enp3s0f1 2024-01-24T03:12:06.261 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-24T03:12:06.271 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi089.front.sepia.ceph.com 2024-01-24T03:12:06.271 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-24T03:12:07.561 INFO:teuthology.orchestra.run.smithi089.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-24T03:12:07.561 INFO:teuthology.orchestra.run.smithi089.stdout:smithi089 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040126400BGN 372G 54s ago Has a FileSystem, LVM detected 2024-01-24T03:12:07.561 INFO:teuthology.orchestra.run.smithi089.stdout:smithi089 /dev/nvme1n1 ssd Linux_c2b8f3be762dbee16665 89.4G 54s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:12:07.561 INFO:teuthology.orchestra.run.smithi089.stdout:smithi089 /dev/nvme2n1 ssd Linux_1d2d3ff017eefbf088cc 89.4G 54s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:12:07.561 INFO:teuthology.orchestra.run.smithi089.stdout:smithi089 /dev/nvme3n1 ssd Linux_9853ffa4878bb143528b 89.4G 54s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:12:07.561 INFO:teuthology.orchestra.run.smithi089.stdout:smithi089 /dev/nvme4n1 ssd Linux_48ea6ac4cf36b42b02ce 89.4G 54s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:12:07.561 INFO:teuthology.orchestra.run.smithi089.stdout:smithi105 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400TR400BGN 372G 57s ago Has a FileSystem, LVM detected 2024-01-24T03:12:07.561 INFO:teuthology.orchestra.run.smithi089.stdout:smithi105 /dev/nvme1n1 ssd Linux_3385d588817cbfc57194 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:12:07.561 INFO:teuthology.orchestra.run.smithi089.stdout:smithi105 /dev/nvme2n1 ssd Linux_9165f5c4931d10ad432a 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:12:07.561 INFO:teuthology.orchestra.run.smithi089.stdout:smithi105 /dev/nvme3n1 ssd Linux_4bf8973bd83a67d9db34 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:12:07.561 INFO:teuthology.orchestra.run.smithi089.stdout:smithi105 /dev/nvme4n1 ssd Linux_eed051ba26c5f4a98778 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:12:07.582 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:05.667911+0000 mgr.smithi089.ojauep (mgr.14180) 129 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:12:07.583 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:05.782288+0000 mgr.smithi089.ojauep (mgr.14180) 130 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:07.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:05.667911+0000 mgr.smithi089.ojauep (mgr.14180) 129 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:12:07.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:05.782288+0000 mgr.smithi089.ojauep (mgr.14180) 130 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:07.922 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-24T03:12:07.931 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi089.front.sepia.ceph.com 2024-01-24T03:12:07.931 DEBUG:teuthology.orchestra.run.smithi089:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-24T03:12:07.961 INFO:teuthology.orchestra.run.smithi089.stderr:+ systemctl stop nfs-server 2024-01-24T03:12:07.968 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi105.front.sepia.ceph.com 2024-01-24T03:12:07.968 DEBUG:teuthology.orchestra.run.smithi105:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-24T03:12:07.994 INFO:teuthology.orchestra.run.smithi105.stderr:+ systemctl stop nfs-server 2024-01-24T03:12:08.000 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-24T03:12:08.010 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi089.front.sepia.ceph.com 2024-01-24T03:12:08.010 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-01-24T03:12:08.171 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:07.559061+0000 mgr.smithi089.ojauep (mgr.14180) 131 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:12:08.171 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:07.575902+0000 mon.smithi089 (mon.0) 564 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:12:08.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:07.559061+0000 mgr.smithi089.ojauep (mgr.14180) 131 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:12:08.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:07.575902+0000 mon.smithi089 (mon.0) 564 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:12:09.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:07.782727+0000 mgr.smithi089.ojauep (mgr.14180) 132 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:09.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:08.816803+0000 mon.smithi089 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:09.508 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:07.782727+0000 mgr.smithi089.ojauep (mgr.14180) 132 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:09.508 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:08.816803+0000 mon.smithi089 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:09.479443+0000 mgr.smithi089.ojauep (mgr.14180) 133 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:12:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:09.479932+0000 mon.smithi089 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-24T03:12:10.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:09.479443+0000 mgr.smithi089.ojauep (mgr.14180) 133 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:12:10.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:09.479932+0000 mon.smithi089 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-24T03:12:11.521 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:09.783018+0000 mgr.smithi089.ojauep (mgr.14180) 134 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:11.521 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:10.178232+0000 mon.smithi089 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-24T03:12:11.521 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:10.178322+0000 mon.smithi089 (mon.0) 568 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-24T03:12:11.521 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:10.181834+0000 mon.smithi089 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-24T03:12:11.521 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:10.584250+0000 mon.smithi089 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:11.521 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:12:11.194+0000 7fc895fb3700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-24T03:12:11.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:09.783018+0000 mgr.smithi089.ojauep (mgr.14180) 134 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:11.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:10.178232+0000 mon.smithi089 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-24T03:12:11.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:10.178322+0000 mon.smithi089 (mon.0) 568 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-24T03:12:11.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:10.181834+0000 mon.smithi089 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-24T03:12:11.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:10.584250+0000 mon.smithi089 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:11.769 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.89/16 --port 2999' 2024-01-24T03:12:12.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:11.184560+0000 mon.smithi089 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-24T03:12:12.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:11.184674+0000 mon.smithi089 (mon.0) 572 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-24T03:12:12.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:11.194646+0000 mon.smithi089 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-24T03:12:12.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:11.195321+0000 mon.smithi089 (mon.0) 574 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-24T03:12:12.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:11.195346+0000 mon.smithi089 (mon.0) 575 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-24T03:12:12.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:11.208314+0000 mon.smithi089 (mon.0) 576 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-24T03:12:12.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:11.208426+0000 mon.smithi089 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-24T03:12:12.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:11.208495+0000 mon.smithi089 (mon.0) 578 : cluster [DBG] fsmap foofs:0 2024-01-24T03:12:12.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:12:11.211976+0000 mgr.smithi089.ojauep (mgr.14180) 135 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-24T03:12:12.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:11.219369+0000 mon.smithi089 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:12.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:11.391284+0000 mon.smithi089 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:12.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:11.184560+0000 mon.smithi089 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-24T03:12:12.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:11.184674+0000 mon.smithi089 (mon.0) 572 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-24T03:12:12.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:11.194646+0000 mon.smithi089 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-24T03:12:12.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:11.195321+0000 mon.smithi089 (mon.0) 574 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-24T03:12:12.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:11.195346+0000 mon.smithi089 (mon.0) 575 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-24T03:12:12.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:11.208314+0000 mon.smithi089 (mon.0) 576 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-24T03:12:12.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:11.208426+0000 mon.smithi089 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-24T03:12:12.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:11.208495+0000 mon.smithi089 (mon.0) 578 : cluster [DBG] fsmap foofs:0 2024-01-24T03:12:12.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:12:11.211976+0000 mgr.smithi089.ojauep (mgr.14180) 135 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-24T03:12:12.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:11.219369+0000 mon.smithi089 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:12.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:11.391284+0000 mon.smithi089 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:13.805 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:11.783378+0000 mgr.smithi089.ojauep (mgr.14180) 136 : cluster [DBG] pgmap v103: 65 pgs: 5 creating+activating, 12 creating+peering, 42 unknown, 6 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:13.805 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:12.210124+0000 mon.smithi089 (mon.0) 581 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-24T03:12:13.805 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:13.058561+0000 mon.smithi089 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:13.806 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:13.172342+0000 mon.smithi089 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-24T03:12:13.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:11.783378+0000 mgr.smithi089.ojauep (mgr.14180) 136 : cluster [DBG] pgmap v103: 65 pgs: 5 creating+activating, 12 creating+peering, 42 unknown, 6 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:13.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:12.210124+0000 mon.smithi089 (mon.0) 581 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-24T03:12:13.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:13.058561+0000 mon.smithi089 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:13.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:13.172342+0000 mon.smithi089 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-24T03:12:14.456 INFO:teuthology.orchestra.run.smithi089.stdout:NFS Cluster Created Successfully 2024-01-24T03:12:14.699 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:13.171067+0000 mgr.smithi089.ojauep (mgr.14180) 137 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.89/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:12:14.699 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:13.414604+0000 mon.smithi089 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:12:14.699 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:13.417894+0000 mon.smithi089 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:12:14.699 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:13.423805+0000 mon.smithi089 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-24T03:12:14.699 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:13.423855+0000 mon.smithi089 (mon.0) 587 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-24T03:12:14.699 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:13.427699+0000 mon.smithi089 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-24T03:12:14.699 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:13.430397+0000 mon.smithi089 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:14.699 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:13.434098+0000 mon.smithi089 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:12:14.699 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:13.441523+0000 mon.smithi089 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:14.699 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:13.442188+0000 mon.smithi089 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi105.kshmtq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-24T03:12:14.700 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:13.446850+0000 mon.smithi089 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi105.kshmtq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-24T03:12:14.700 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:13.447406+0000 mon.smithi089 (mon.0) 594 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:12:14.700 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:12:13.447893+0000 mgr.smithi089.ojauep (mgr.14180) 138 : cephadm [INF] Deploying daemon mds.foofs.smithi105.kshmtq on smithi105 2024-01-24T03:12:14.825 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-01-24T03:12:14.886 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:13.171067+0000 mgr.smithi089.ojauep (mgr.14180) 137 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.89/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:12:14.886 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:13.414604+0000 mon.smithi089 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:12:14.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:13.417894+0000 mon.smithi089 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:12:14.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:13.423805+0000 mon.smithi089 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-24T03:12:14.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:13.423855+0000 mon.smithi089 (mon.0) 587 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-24T03:12:14.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:13.427699+0000 mon.smithi089 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-24T03:12:14.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:13.430397+0000 mon.smithi089 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:14.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:13.434098+0000 mon.smithi089 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:12:14.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:13.441523+0000 mon.smithi089 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:14.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:13.442188+0000 mon.smithi089 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi105.kshmtq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-24T03:12:14.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:13.446850+0000 mon.smithi089 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi105.kshmtq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-24T03:12:14.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:13.447406+0000 mon.smithi089 (mon.0) 594 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:12:14.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:12:13.447893+0000 mgr.smithi089.ojauep (mgr.14180) 138 : cephadm [INF] Deploying daemon mds.foofs.smithi105.kshmtq on smithi105 2024-01-24T03:12:15.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:13.783745+0000 mgr.smithi089.ojauep (mgr.14180) 139 : cluster [DBG] pgmap v106: 97 pgs: 5 creating+activating, 17 creating+peering, 46 unknown, 29 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:15.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:14.423990+0000 mon.smithi089 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-24T03:12:15.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:14.424102+0000 mon.smithi089 (mon.0) 596 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-24T03:12:15.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:12:14.449754+0000 mgr.smithi089.ojauep (mgr.14180) 140 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-24T03:12:15.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:14.452352+0000 mon.smithi089 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:15.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:12:14.453610+0000 mgr.smithi089.ojauep (mgr.14180) 141 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-24T03:12:15.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:14.456099+0000 mon.smithi089 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:15.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:15.050928+0000 mon.smithi089 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:15.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:15.052247+0000 mon.smithi089 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.agaoqc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-24T03:12:15.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:15.055039+0000 mon.smithi089 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.agaoqc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-24T03:12:15.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:15.055691+0000 mon.smithi089 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:12:15.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:15.110218+0000 mon.smithi089 (mon.0) 603 : cluster [INF] daemon mds.foofs.smithi105.kshmtq assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-24T03:12:15.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:15.110321+0000 mon.smithi089 (mon.0) 604 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-24T03:12:15.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:15.110338+0000 mon.smithi089 (mon.0) 605 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-24T03:12:15.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:15.110352+0000 mon.smithi089 (mon.0) 606 : cluster [INF] Cluster is now healthy 2024-01-24T03:12:15.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:15.113572+0000 mon.smithi089 (mon.0) 607 : cluster [DBG] mds.? [v2:172.21.15.105:6832/3749721672,v1:172.21.15.105:6833/3749721672] up:boot 2024-01-24T03:12:15.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:15.113629+0000 mon.smithi089 (mon.0) 608 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi105.kshmtq=up:creating} 2024-01-24T03:12:15.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:15.113891+0000 mon.smithi089 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi105.kshmtq"}]: dispatch 2024-01-24T03:12:15.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:15.127878+0000 mon.smithi089 (mon.0) 610 : cluster [INF] daemon mds.foofs.smithi105.kshmtq is now active in filesystem foofs as rank 0 2024-01-24T03:12:15.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:13.783745+0000 mgr.smithi089.ojauep (mgr.14180) 139 : cluster [DBG] pgmap v106: 97 pgs: 5 creating+activating, 17 creating+peering, 46 unknown, 29 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:15.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:14.423990+0000 mon.smithi089 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-24T03:12:15.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:14.424102+0000 mon.smithi089 (mon.0) 596 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-24T03:12:15.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:12:14.449754+0000 mgr.smithi089.ojauep (mgr.14180) 140 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-24T03:12:15.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:14.452352+0000 mon.smithi089 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:15.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:12:14.453610+0000 mgr.smithi089.ojauep (mgr.14180) 141 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-24T03:12:15.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:14.456099+0000 mon.smithi089 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:15.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:15.050928+0000 mon.smithi089 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:15.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:15.052247+0000 mon.smithi089 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.agaoqc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-24T03:12:15.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:15.055039+0000 mon.smithi089 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.agaoqc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-24T03:12:15.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:15.055691+0000 mon.smithi089 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:12:15.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:15.110218+0000 mon.smithi089 (mon.0) 603 : cluster [INF] daemon mds.foofs.smithi105.kshmtq assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-24T03:12:15.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:15.110321+0000 mon.smithi089 (mon.0) 604 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-24T03:12:15.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:15.110338+0000 mon.smithi089 (mon.0) 605 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-24T03:12:15.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:15.110352+0000 mon.smithi089 (mon.0) 606 : cluster [INF] Cluster is now healthy 2024-01-24T03:12:15.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:15.113572+0000 mon.smithi089 (mon.0) 607 : cluster [DBG] mds.? [v2:172.21.15.105:6832/3749721672,v1:172.21.15.105:6833/3749721672] up:boot 2024-01-24T03:12:15.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:15.113629+0000 mon.smithi089 (mon.0) 608 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi105.kshmtq=up:creating} 2024-01-24T03:12:15.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:15.113891+0000 mon.smithi089 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi105.kshmtq"}]: dispatch 2024-01-24T03:12:15.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:15.127878+0000 mon.smithi089 (mon.0) 610 : cluster [INF] daemon mds.foofs.smithi105.kshmtq is now active in filesystem foofs as rank 0 2024-01-24T03:12:16.489 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:12:15.056258+0000 mgr.smithi089.ojauep (mgr.14180) 142 : cephadm [INF] Deploying daemon mds.foofs.smithi089.agaoqc on smithi089 2024-01-24T03:12:16.489 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:15.424935+0000 mon.smithi089 (mon.0) 611 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-24T03:12:16.489 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:16.117596+0000 mon.smithi089 (mon.0) 612 : cluster [DBG] mds.? [v2:172.21.15.105:6832/3749721672,v1:172.21.15.105:6833/3749721672] up:active 2024-01-24T03:12:16.489 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:16.117672+0000 mon.smithi089 (mon.0) 613 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi105.kshmtq=up:active} 2024-01-24T03:12:16.654 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-01-24T03:12:16.654 INFO:teuthology.orchestra.run.smithi089.stdout: "bind": "/fake", 2024-01-24T03:12:16.654 INFO:teuthology.orchestra.run.smithi089.stdout: "fs": "foofs", 2024-01-24T03:12:16.654 INFO:teuthology.orchestra.run.smithi089.stdout: "path": "/", 2024-01-24T03:12:16.654 INFO:teuthology.orchestra.run.smithi089.stdout: "cluster": "foo", 2024-01-24T03:12:16.654 INFO:teuthology.orchestra.run.smithi089.stdout: "mode": "RW" 2024-01-24T03:12:16.654 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-01-24T03:12:16.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:12:15.056258+0000 mgr.smithi089.ojauep (mgr.14180) 142 : cephadm [INF] Deploying daemon mds.foofs.smithi089.agaoqc on smithi089 2024-01-24T03:12:16.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:15.424935+0000 mon.smithi089 (mon.0) 611 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-24T03:12:16.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:16.117596+0000 mon.smithi089 (mon.0) 612 : cluster [DBG] mds.? [v2:172.21.15.105:6832/3749721672,v1:172.21.15.105:6833/3749721672] up:active 2024-01-24T03:12:16.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:16.117672+0000 mon.smithi089 (mon.0) 613 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi105.kshmtq=up:active} 2024-01-24T03:12:17.121 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-24T03:12:17.132 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-24T03:12:17.132 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:12:17.725 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:15.784073+0000 mgr.smithi089.ojauep (mgr.14180) 143 : cluster [DBG] pgmap v109: 97 pgs: 5 creating+activating, 20 creating+peering, 24 unknown, 48 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:17.725 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:16.647106+0000 mon.smithi089 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-01-24T03:12:17.725 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:16.650547+0000 mon.smithi089 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-01-24T03:12:17.725 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:17.142886+0000 mon.smithi089 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:17.725 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:17.144182+0000 mon.smithi089 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:12:17.818 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:15.784073+0000 mgr.smithi089.ojauep (mgr.14180) 143 : cluster [DBG] pgmap v109: 97 pgs: 5 creating+activating, 20 creating+peering, 24 unknown, 48 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:17.819 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:16.647106+0000 mon.smithi089 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-01-24T03:12:17.819 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:16.650547+0000 mon.smithi089 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-01-24T03:12:17.819 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:17.142886+0000 mon.smithi089 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:17.819 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:17.144182+0000 mon.smithi089 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:12:18.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:16.618803+0000 mgr.smithi089.ojauep (mgr.14180) 144 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:12:18.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:17.435312+0000 mon.smithi089 (mon.0) 618 : cluster [DBG] mgrmap e19: smithi089.ojauep(active, since 2m), standbys: smithi105.rimrpl 2024-01-24T03:12:18.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:17.652029+0000 mon.smithi089 (mon.0) 619 : cluster [DBG] mds.? [v2:172.21.15.89:6834/3878185830,v1:172.21.15.89:6835/3878185830] up:boot 2024-01-24T03:12:18.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:17.652525+0000 mon.smithi089 (mon.0) 620 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi105.kshmtq=up:active} 1 up:standby 2024-01-24T03:12:18.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:17.652638+0000 mon.smithi089 (mon.0) 621 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.agaoqc"}]: dispatch 2024-01-24T03:12:18.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:17.657681+0000 mon.smithi089 (mon.0) 622 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi105.kshmtq=up:active} 1 up:standby 2024-01-24T03:12:18.736 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:12:18.736 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:10.578319Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:10.578381Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:10.578469Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:10.578251Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:10.578115Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:10.578530Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:10.578663Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:10.578591Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:12:18.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:16.618803+0000 mgr.smithi089.ojauep (mgr.14180) 144 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:12:18.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:17.435312+0000 mon.smithi089 (mon.0) 618 : cluster [DBG] mgrmap e19: smithi089.ojauep(active, since 2m), standbys: smithi105.rimrpl 2024-01-24T03:12:18.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:17.652029+0000 mon.smithi089 (mon.0) 619 : cluster [DBG] mds.? [v2:172.21.15.89:6834/3878185830,v1:172.21.15.89:6835/3878185830] up:boot 2024-01-24T03:12:18.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:17.652525+0000 mon.smithi089 (mon.0) 620 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi105.kshmtq=up:active} 1 up:standby 2024-01-24T03:12:18.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:17.652638+0000 mon.smithi089 (mon.0) 621 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.agaoqc"}]: dispatch 2024-01-24T03:12:18.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:17.657681+0000 mon.smithi089 (mon.0) 622 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi105.kshmtq=up:active} 1 up:standby 2024-01-24T03:12:19.152 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:12:19.817 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:17.784633+0000 mgr.smithi089.ojauep (mgr.14180) 145 : cluster [DBG] pgmap v110: 97 pgs: 7 creating+peering, 11 unknown, 79 active+clean; 138 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s wr, 8 op/s 2024-01-24T03:12:19.818 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:18.464464+0000 mon.smithi089 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:19.818 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:19.445473+0000 mon.smithi089 (mon.0) 624 : cluster [DBG] mgrmap e20: smithi089.ojauep(active, since 2m), standbys: smithi105.rimrpl 2024-01-24T03:12:19.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:17.784633+0000 mgr.smithi089.ojauep (mgr.14180) 145 : cluster [DBG] pgmap v110: 97 pgs: 7 creating+peering, 11 unknown, 79 active+clean; 138 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s wr, 8 op/s 2024-01-24T03:12:19.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:18.464464+0000 mon.smithi089 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:19.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:19.445473+0000 mon.smithi089 (mon.0) 624 : cluster [DBG] mgrmap e20: smithi089.ojauep(active, since 2m), standbys: smithi105.rimrpl 2024-01-24T03:12:20.153 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:12:20.786 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:18.733249+0000 mgr.smithi089.ojauep (mgr.14180) 146 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:20.786 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:20.167336+0000 mon.smithi089 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:20.786 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:20.168370+0000 mon.smithi089 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:12:20.787 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:20.169028+0000 mon.smithi089 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:12:20.787 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:20.173243+0000 mon.smithi089 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:20.787 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:20.176716+0000 mon.smithi089 (mon.0) 629 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:12:20.787 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:20.184036+0000 mon.smithi089 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:20.787 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:20.200534+0000 mon.smithi089 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.fchfuo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-24T03:12:20.787 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:20.203806+0000 mon.smithi089 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.fchfuo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-24T03:12:20.787 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:20.204534+0000 mon.smithi089 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-24T03:12:20.787 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:20.207853+0000 mon.smithi089 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-24T03:12:20.787 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:20.208841+0000 mon.smithi089 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:12:20.787 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:20.247552+0000 mon.smithi089 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-24T03:12:20.787 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:20.250748+0000 mon.smithi089 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-24T03:12:20.787 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:20.294178+0000 mon.smithi089 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.fchfuo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T03:12:20.787 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:20.297407+0000 mon.smithi089 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.fchfuo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T03:12:20.788 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:20.300731+0000 mon.smithi089 (mon.0) 640 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:12:20.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:18.733249+0000 mgr.smithi089.ojauep (mgr.14180) 146 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:20.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:20.167336+0000 mon.smithi089 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:20.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:20.168370+0000 mon.smithi089 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:12:20.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:20.169028+0000 mon.smithi089 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:12:20.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:20.173243+0000 mon.smithi089 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:20.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:20.176716+0000 mon.smithi089 (mon.0) 629 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:12:20.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:20.184036+0000 mon.smithi089 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:20.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:20.200534+0000 mon.smithi089 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.fchfuo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-24T03:12:20.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:20.203806+0000 mon.smithi089 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.fchfuo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-24T03:12:20.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:20.204534+0000 mon.smithi089 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-24T03:12:20.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:20.207853+0000 mon.smithi089 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-24T03:12:20.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:20.208841+0000 mon.smithi089 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:12:20.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:20.247552+0000 mon.smithi089 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-24T03:12:20.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:20.250748+0000 mon.smithi089 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-24T03:12:20.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:20.294178+0000 mon.smithi089 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.fchfuo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T03:12:20.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:20.297407+0000 mon.smithi089 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.fchfuo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T03:12:20.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:20.300731+0000 mon.smithi089 (mon.0) 640 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:12:21.575 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:19.785131+0000 mgr.smithi089.ojauep (mgr.14180) 147 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s wr, 10 op/s 2024-01-24T03:12:21.575 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:12:20.200220+0000 mgr.smithi089.ojauep (mgr.14180) 148 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi089.fchfuo 2024-01-24T03:12:21.575 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:12:20.204315+0000 mgr.smithi089.ojauep (mgr.14180) 149 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-24T03:12:21.575 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:12:20.293739+0000 mgr.smithi089.ojauep (mgr.14180) 150 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-24T03:12:21.575 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:12:20.293826+0000 mgr.smithi089.ojauep (mgr.14180) 151 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi089.fchfuo-rgw 2024-01-24T03:12:21.575 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:12:20.301441+0000 mgr.smithi089.ojauep (mgr.14180) 152 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi089.fchfuo on smithi089 2024-01-24T03:12:21.766 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:12:21.766 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:12:21.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:19.785131+0000 mgr.smithi089.ojauep (mgr.14180) 147 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s wr, 10 op/s 2024-01-24T03:12:21.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:12:20.200220+0000 mgr.smithi089.ojauep (mgr.14180) 148 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi089.fchfuo 2024-01-24T03:12:21.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:12:20.204315+0000 mgr.smithi089.ojauep (mgr.14180) 149 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-24T03:12:21.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:12:20.293739+0000 mgr.smithi089.ojauep (mgr.14180) 150 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-24T03:12:21.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:12:20.293826+0000 mgr.smithi089.ojauep (mgr.14180) 151 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi089.fchfuo-rgw 2024-01-24T03:12:21.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:12:20.301441+0000 mgr.smithi089.ojauep (mgr.14180) 152 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi089.fchfuo on smithi089 2024-01-24T03:12:22.174 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:12:23.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:21.761070+0000 mgr.smithi089.ojauep (mgr.14180) 153 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:23.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:21.785602+0000 mgr.smithi089.ojauep (mgr.14180) 154 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 7 op/s 2024-01-24T03:12:23.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:22.016226+0000 mon.smithi089 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:23.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:22.348632+0000 mon.smithi089 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:23.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:22.353615+0000 mon.smithi089 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:23.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:12:22.360818+0000 mgr.smithi089.ojauep (mgr.14180) 155 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.qkdony on smithi105 2024-01-24T03:12:23.176 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:12:23.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:21.761070+0000 mgr.smithi089.ojauep (mgr.14180) 153 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:23.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:21.785602+0000 mgr.smithi089.ojauep (mgr.14180) 154 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 7 op/s 2024-01-24T03:12:23.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:22.016226+0000 mon.smithi089 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:23.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:22.348632+0000 mon.smithi089 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:23.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:22.353615+0000 mon.smithi089 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:23.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:12:22.360818+0000 mgr.smithi089.ojauep (mgr.14180) 155 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.qkdony on smithi105 2024-01-24T03:12:24.470 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:12:24.470 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:12:24.833 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:12:25.319 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:23.786157+0000 mgr.smithi089.ojauep (mgr.14180) 156 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 2.9 KiB/s wr, 7 op/s 2024-01-24T03:12:25.319 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:24.465713+0000 mgr.smithi089.ojauep (mgr.14180) 157 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:25.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:23.786157+0000 mgr.smithi089.ojauep (mgr.14180) 156 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 2.9 KiB/s wr, 7 op/s 2024-01-24T03:12:25.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:24.465713+0000 mgr.smithi089.ojauep (mgr.14180) 157 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:25.834 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:12:27.151 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:12:27.151 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:12:27.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:25.786647+0000 mgr.smithi089.ojauep (mgr.14180) 158 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2024-01-24T03:12:27.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:27.023825+0000 mon.smithi089 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:27.438 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:25.786647+0000 mgr.smithi089.ojauep (mgr.14180) 158 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2024-01-24T03:12:27.438 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:27.023825+0000 mon.smithi089 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:12:27.514 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:12:28.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:27.148238+0000 mgr.smithi089.ojauep (mgr.14180) 159 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:28.515 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:12:28.549 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:27.148238+0000 mgr.smithi089.ojauep (mgr.14180) 159 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:29.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:27.787375+0000 mgr.smithi089.ojauep (mgr.14180) 160 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-01-24T03:12:29.484 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:27.787375+0000 mgr.smithi089.ojauep (mgr.14180) 160 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-01-24T03:12:29.861 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:12:29.861 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:12:30.231 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:12:31.232 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:12:31.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:29.787828+0000 mgr.smithi089.ojauep (mgr.14180) 161 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2024-01-24T03:12:31.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:29.858676+0000 mgr.smithi089.ojauep (mgr.14180) 162 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:31.549 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:29.787828+0000 mgr.smithi089.ojauep (mgr.14180) 161 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2024-01-24T03:12:31.549 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:29.858676+0000 mgr.smithi089.ojauep (mgr.14180) 162 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:32.542 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:12:32.543 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:12:32.896 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:12:33.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:33 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:31.788243+0000 mgr.smithi089.ojauep (mgr.14180) 163 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-01-24T03:12:33.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:33 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:32.539335+0000 mgr.smithi089.ojauep (mgr.14180) 164 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:33.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:31.788243+0000 mgr.smithi089.ojauep (mgr.14180) 163 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-01-24T03:12:33.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:32.539335+0000 mgr.smithi089.ojauep (mgr.14180) 164 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:33.896 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:12:35.194 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:12:35.194 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:12:35.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:33.788662+0000 mgr.smithi089.ojauep (mgr.14180) 165 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-01-24T03:12:35.470 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:33.788662+0000 mgr.smithi089.ojauep (mgr.14180) 165 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-01-24T03:12:35.538 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:12:36.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:35.190286+0000 mgr.smithi089.ojauep (mgr.14180) 166 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:36.540 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:12:36.571 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:35.190286+0000 mgr.smithi089.ojauep (mgr.14180) 166 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:37.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:37 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:35.789048+0000 mgr.smithi089.ojauep (mgr.14180) 167 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-01-24T03:12:37.517 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:37 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:35.789048+0000 mgr.smithi089.ojauep (mgr.14180) 167 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-01-24T03:12:37.888 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:12:37.889 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:12:38.262 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:12:39.263 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:12:39.572 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:37.789430+0000 mgr.smithi089.ojauep (mgr.14180) 168 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-01-24T03:12:39.573 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:37.885800+0000 mgr.smithi089.ojauep (mgr.14180) 169 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:39.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:37.789430+0000 mgr.smithi089.ojauep (mgr.14180) 168 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-01-24T03:12:39.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:37.885800+0000 mgr.smithi089.ojauep (mgr.14180) 169 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:40.558 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:12:40.558 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:12:40.920 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:12:41.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:41 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:39.789849+0000 mgr.smithi089.ojauep (mgr.14180) 170 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-01-24T03:12:41.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:41 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:40.555464+0000 mgr.smithi089.ojauep (mgr.14180) 171 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:41.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:41 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:39.789849+0000 mgr.smithi089.ojauep (mgr.14180) 170 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-01-24T03:12:41.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:41 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:40.555464+0000 mgr.smithi089.ojauep (mgr.14180) 171 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:41.921 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:12:43.226 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:12:43.227 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:12:43.511 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:41.790350+0000 mgr.smithi089.ojauep (mgr.14180) 172 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:12:43.586 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:12:43.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:41.790350+0000 mgr.smithi089.ojauep (mgr.14180) 172 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:12:44.588 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:12:44.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:43.223385+0000 mgr.smithi089.ojauep (mgr.14180) 173 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:44.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:43.223385+0000 mgr.smithi089.ojauep (mgr.14180) 173 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:45.508 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:45 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:43.790906+0000 mgr.smithi089.ojauep (mgr.14180) 174 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:12:45.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:45 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:43.790906+0000 mgr.smithi089.ojauep (mgr.14180) 174 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:12:45.859 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:12:45.860 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:12:46.228 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:12:47.229 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:12:47.540 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:45.791354+0000 mgr.smithi089.ojauep (mgr.14180) 175 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:12:47.540 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:45.856819+0000 mgr.smithi089.ojauep (mgr.14180) 176 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:47.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:47 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:45.791354+0000 mgr.smithi089.ojauep (mgr.14180) 175 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:12:47.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:47 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:45.856819+0000 mgr.smithi089.ojauep (mgr.14180) 176 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:48.513 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:12:48.513 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:12:48.864 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:12:49.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:47.791786+0000 mgr.smithi089.ojauep (mgr.14180) 177 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:12:49.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:48.509881+0000 mgr.smithi089.ojauep (mgr.14180) 178 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:49.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:49 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:47.791786+0000 mgr.smithi089.ojauep (mgr.14180) 177 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:12:49.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:49 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:48.509881+0000 mgr.smithi089.ojauep (mgr.14180) 178 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:49.865 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:12:51.170 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:12:51.170 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:12:51.501 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:49.792497+0000 mgr.smithi089.ojauep (mgr.14180) 179 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:12:51.568 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:12:51.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:49.792497+0000 mgr.smithi089.ojauep (mgr.14180) 179 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:12:52.569 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:12:52.602 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:51.166869+0000 mgr.smithi089.ojauep (mgr.14180) 180 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:52.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:51.166869+0000 mgr.smithi089.ojauep (mgr.14180) 180 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:53.488 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:51.792904+0000 mgr.smithi089.ojauep (mgr.14180) 181 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:12:53.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:51.792904+0000 mgr.smithi089.ojauep (mgr.14180) 181 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:12:53.873 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:12:53.873 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:12:54.235 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:12:55.236 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:12:55.539 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:53.793423+0000 mgr.smithi089.ojauep (mgr.14180) 182 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:12:55.540 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:53.869916+0000 mgr.smithi089.ojauep (mgr.14180) 183 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:55.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:53.793423+0000 mgr.smithi089.ojauep (mgr.14180) 182 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:12:55.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:53.869916+0000 mgr.smithi089.ojauep (mgr.14180) 183 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:56.536 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:12:56.536 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:12:56.944 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:12:57.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:55.794016+0000 mgr.smithi089.ojauep (mgr.14180) 184 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:12:57.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:56.533233+0000 mgr.smithi089.ojauep (mgr.14180) 185 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:57.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:55.794016+0000 mgr.smithi089.ojauep (mgr.14180) 184 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:12:57.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:56.533233+0000 mgr.smithi089.ojauep (mgr.14180) 185 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:12:57.945 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:12:59.259 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:12:59.259 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:12:59.524 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:12:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:57.794492+0000 mgr.smithi089.ojauep (mgr.14180) 186 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:12:59.617 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:12:59.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:12:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:57.794492+0000 mgr.smithi089.ojauep (mgr.14180) 186 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:00.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:12:59.255489+0000 mgr.smithi089.ojauep (mgr.14180) 187 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:00.618 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:00.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:12:59.255489+0000 mgr.smithi089.ojauep (mgr.14180) 187 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:01.513 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:12:59.794927+0000 mgr.smithi089.ojauep (mgr.14180) 188 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:13:01.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:12:59.794927+0000 mgr.smithi089.ojauep (mgr.14180) 188 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:13:01.859 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:01.859 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:02.234 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:03.235 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:03.544 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:01.795336+0000 mgr.smithi089.ojauep (mgr.14180) 189 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:03.544 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:01.856704+0000 mgr.smithi089.ojauep (mgr.14180) 190 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:03.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:01.795336+0000 mgr.smithi089.ojauep (mgr.14180) 189 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:03.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:01.856704+0000 mgr.smithi089.ojauep (mgr.14180) 190 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:04.509 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:04.509 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:04.868 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:05.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:03.795888+0000 mgr.smithi089.ojauep (mgr.14180) 191 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:05.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:04.506021+0000 mgr.smithi089.ojauep (mgr.14180) 192 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:05.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:03.795888+0000 mgr.smithi089.ojauep (mgr.14180) 191 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:05.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:04.506021+0000 mgr.smithi089.ojauep (mgr.14180) 192 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:05.869 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:07.151 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:07.152 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:07.482 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:05.796566+0000 mgr.smithi089.ojauep (mgr.14180) 193 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:07.532 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:07.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:05.796566+0000 mgr.smithi089.ojauep (mgr.14180) 193 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:08.533 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:08.566 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:07.148733+0000 mgr.smithi089.ojauep (mgr.14180) 194 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:08.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:07.148733+0000 mgr.smithi089.ojauep (mgr.14180) 194 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:09.453 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:07.797348+0000 mgr.smithi089.ojauep (mgr.14180) 195 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:09.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:07.797348+0000 mgr.smithi089.ojauep (mgr.14180) 195 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:09.791 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:09.791 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:10.157 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:11.159 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:11.468 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:09.787791+0000 mgr.smithi089.ojauep (mgr.14180) 196 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:11.468 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:09.797794+0000 mgr.smithi089.ojauep (mgr.14180) 197 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:13:11.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:09.787791+0000 mgr.smithi089.ojauep (mgr.14180) 196 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:11.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:09.797794+0000 mgr.smithi089.ojauep (mgr.14180) 197 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:13:12.443 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:12.443 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:12.807 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:13.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:11.798251+0000 mgr.smithi089.ojauep (mgr.14180) 198 : cluster [DBG] pgmap v137: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:13.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:12.438071+0000 mgr.smithi089.ojauep (mgr.14180) 199 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:13.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:11.798251+0000 mgr.smithi089.ojauep (mgr.14180) 198 : cluster [DBG] pgmap v137: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:13.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:12.438071+0000 mgr.smithi089.ojauep (mgr.14180) 199 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:13.808 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:15.107 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:15.108 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:15.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:13.798788+0000 mgr.smithi089.ojauep (mgr.14180) 200 : cluster [DBG] pgmap v138: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:15.474 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:15.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:13.798788+0000 mgr.smithi089.ojauep (mgr.14180) 200 : cluster [DBG] pgmap v138: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:16.475 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:16.510 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:15.104533+0000 mgr.smithi089.ojauep (mgr.14180) 201 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:16.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:15.104533+0000 mgr.smithi089.ojauep (mgr.14180) 201 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:17.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:15.799399+0000 mgr.smithi089.ojauep (mgr.14180) 202 : cluster [DBG] pgmap v139: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:17.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:15.799399+0000 mgr.smithi089.ojauep (mgr.14180) 202 : cluster [DBG] pgmap v139: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:17.749 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:17.749 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:18.098 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:19.099 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:19.407 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:17.746268+0000 mgr.smithi089.ojauep (mgr.14180) 203 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:19.407 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:17.799848+0000 mgr.smithi089.ojauep (mgr.14180) 204 : cluster [DBG] pgmap v140: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:19.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:17.746268+0000 mgr.smithi089.ojauep (mgr.14180) 203 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:19.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:17.799848+0000 mgr.smithi089.ojauep (mgr.14180) 204 : cluster [DBG] pgmap v140: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:20.359 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:20.359 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:20.755 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:21.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:19.800386+0000 mgr.smithi089.ojauep (mgr.14180) 205 : cluster [DBG] pgmap v141: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:13:21.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:20.356364+0000 mgr.smithi089.ojauep (mgr.14180) 206 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:21.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:19.800386+0000 mgr.smithi089.ojauep (mgr.14180) 205 : cluster [DBG] pgmap v141: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:13:21.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:20.356364+0000 mgr.smithi089.ojauep (mgr.14180) 206 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:21.756 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:22.965 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:22.965 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:23.320 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:21.800893+0000 mgr.smithi089.ojauep (mgr.14180) 207 : cluster [DBG] pgmap v142: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:23.322 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:23.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:21.800893+0000 mgr.smithi089.ojauep (mgr.14180) 207 : cluster [DBG] pgmap v142: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:24.323 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:24.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:22.962426+0000 mgr.smithi089.ojauep (mgr.14180) 208 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:24.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:22.962426+0000 mgr.smithi089.ojauep (mgr.14180) 208 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:25.578 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:25.578 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:25.600 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:23.801370+0000 mgr.smithi089.ojauep (mgr.14180) 209 : cluster [DBG] pgmap v143: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:25.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:23.801370+0000 mgr.smithi089.ojauep (mgr.14180) 209 : cluster [DBG] pgmap v143: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:25.947 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:26.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:25.575468+0000 mgr.smithi089.ojauep (mgr.14180) 210 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:26.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:25.575468+0000 mgr.smithi089.ojauep (mgr.14180) 210 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:26.948 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:27.608 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:25.801803+0000 mgr.smithi089.ojauep (mgr.14180) 211 : cluster [DBG] pgmap v144: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:27.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:25.801803+0000 mgr.smithi089.ojauep (mgr.14180) 211 : cluster [DBG] pgmap v144: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:28.268 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:28.268 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:28.613 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:29.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:27.802244+0000 mgr.smithi089.ojauep (mgr.14180) 212 : cluster [DBG] pgmap v145: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:29.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:28.261853+0000 mgr.smithi089.ojauep (mgr.14180) 213 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:29.614 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:29.642 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:27.802244+0000 mgr.smithi089.ojauep (mgr.14180) 212 : cluster [DBG] pgmap v145: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:29.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:28.261853+0000 mgr.smithi089.ojauep (mgr.14180) 213 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:30.936 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:30.936 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:31.295 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:31.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:29.802704+0000 mgr.smithi089.ojauep (mgr.14180) 214 : cluster [DBG] pgmap v146: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:13:31.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:29.802704+0000 mgr.smithi089.ojauep (mgr.14180) 214 : cluster [DBG] pgmap v146: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:13:32.296 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:32.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:30.932383+0000 mgr.smithi089.ojauep (mgr.14180) 215 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:32.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:30.932383+0000 mgr.smithi089.ojauep (mgr.14180) 215 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:33.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:31.803165+0000 mgr.smithi089.ojauep (mgr.14180) 216 : cluster [DBG] pgmap v147: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:33.630 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:33.630 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:33.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:33 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:31.803165+0000 mgr.smithi089.ojauep (mgr.14180) 216 : cluster [DBG] pgmap v147: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:33.996 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:34.997 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:35.296 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:33.627897+0000 mgr.smithi089.ojauep (mgr.14180) 217 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:35.296 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:33.803607+0000 mgr.smithi089.ojauep (mgr.14180) 218 : cluster [DBG] pgmap v148: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:35.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:33.627897+0000 mgr.smithi089.ojauep (mgr.14180) 217 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:35.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:33.803607+0000 mgr.smithi089.ojauep (mgr.14180) 218 : cluster [DBG] pgmap v148: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:36.289 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:36.290 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:36.646 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:37.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:37 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:35.803961+0000 mgr.smithi089.ojauep (mgr.14180) 219 : cluster [DBG] pgmap v149: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:37.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:37 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:36.286749+0000 mgr.smithi089.ojauep (mgr.14180) 220 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:37.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:37 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:35.803961+0000 mgr.smithi089.ojauep (mgr.14180) 219 : cluster [DBG] pgmap v149: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:37.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:37 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:36.286749+0000 mgr.smithi089.ojauep (mgr.14180) 220 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:37.647 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:38.926 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:38.927 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:39.287 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:39.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:37.804487+0000 mgr.smithi089.ojauep (mgr.14180) 221 : cluster [DBG] pgmap v150: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:39.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:37.804487+0000 mgr.smithi089.ojauep (mgr.14180) 221 : cluster [DBG] pgmap v150: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:40.288 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:40.597 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:38.923359+0000 mgr.smithi089.ojauep (mgr.14180) 222 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:40.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:38.923359+0000 mgr.smithi089.ojauep (mgr.14180) 222 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:41.564 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:41.565 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:41.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:41 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:39.805025+0000 mgr.smithi089.ojauep (mgr.14180) 223 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:13:41.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:41 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:39.805025+0000 mgr.smithi089.ojauep (mgr.14180) 223 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:13:41.919 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:42.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:41.561431+0000 mgr.smithi089.ojauep (mgr.14180) 224 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:42.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:41.561431+0000 mgr.smithi089.ojauep (mgr.14180) 224 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:42.920 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:43.573 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:41.805728+0000 mgr.smithi089.ojauep (mgr.14180) 225 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:43.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:41.805728+0000 mgr.smithi089.ojauep (mgr.14180) 225 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:44.177 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:44.177 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:44.536 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:45.536 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:45.569 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:45 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:43.806442+0000 mgr.smithi089.ojauep (mgr.14180) 226 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:45.569 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:45 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:44.174353+0000 mgr.smithi089.ojauep (mgr.14180) 227 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:45.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:45 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:43.806442+0000 mgr.smithi089.ojauep (mgr.14180) 226 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:45.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:45 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:44.174353+0000 mgr.smithi089.ojauep (mgr.14180) 227 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:46.781 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:46.781 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:47.143 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:47.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:45.806885+0000 mgr.smithi089.ojauep (mgr.14180) 228 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:47.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:47 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:45.806885+0000 mgr.smithi089.ojauep (mgr.14180) 228 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:48.144 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:48.454 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:46.778218+0000 mgr.smithi089.ojauep (mgr.14180) 229 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:48.454 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:47.297947+0000 mon.smithi089 (mon.0) 645 : cluster [DBG] mgrmap e21: smithi089.ojauep(active, since 4m), standbys: smithi105.rimrpl 2024-01-24T03:13:48.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:46.778218+0000 mgr.smithi089.ojauep (mgr.14180) 229 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:48.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:47.297947+0000 mon.smithi089 (mon.0) 645 : cluster [DBG] mgrmap e21: smithi089.ojauep(active, since 4m), standbys: smithi105.rimrpl 2024-01-24T03:13:49.412 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:49.412 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:49.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:47.807312+0000 mgr.smithi089.ojauep (mgr.14180) 230 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:49.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:49 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:47.807312+0000 mgr.smithi089.ojauep (mgr.14180) 230 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:13:49.767 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:50.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:49.409011+0000 mgr.smithi089.ojauep (mgr.14180) 231 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:50.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:49.409011+0000 mgr.smithi089.ojauep (mgr.14180) 231 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:50.768 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:51.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:49.807810+0000 mgr.smithi089.ojauep (mgr.14180) 232 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T03:13:51.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:49.807810+0000 mgr.smithi089.ojauep (mgr.14180) 232 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T03:13:52.102 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:52.103 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:52.459 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:53.460 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:53.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:51.808334+0000 mgr.smithi089.ojauep (mgr.14180) 233 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T03:13:53.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:52.099615+0000 mgr.smithi089.ojauep (mgr.14180) 234 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:53.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:51.808334+0000 mgr.smithi089.ojauep (mgr.14180) 233 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T03:13:53.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:52.099615+0000 mgr.smithi089.ojauep (mgr.14180) 234 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:54.751 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:54.751 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:55.101 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:55.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:53.808778+0000 mgr.smithi089.ojauep (mgr.14180) 235 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T03:13:55.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:53.808778+0000 mgr.smithi089.ojauep (mgr.14180) 235 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T03:13:56.101 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:54.746709+0000 mgr.smithi089.ojauep (mgr.14180) 236 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:56.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:54.746709+0000 mgr.smithi089.ojauep (mgr.14180) 236 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:57.413 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:13:57.414 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:13:57.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:55.809493+0000 mgr.smithi089.ojauep (mgr.14180) 237 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T03:13:57.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:55.809493+0000 mgr.smithi089.ojauep (mgr.14180) 237 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T03:13:57.776 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:13:58.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:13:57.410662+0000 mgr.smithi089.ojauep (mgr.14180) 238 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:58.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:13:57.410662+0000 mgr.smithi089.ojauep (mgr.14180) 238 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:58.777 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:59.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:13:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:57.810127+0000 mgr.smithi089.ojauep (mgr.14180) 239 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T03:13:59.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:13:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:57.810127+0000 mgr.smithi089.ojauep (mgr.14180) 239 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T03:14:00.017 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:00.017 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:00.375 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:01.375 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:01.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:13:59.810590+0000 mgr.smithi089.ojauep (mgr.14180) 240 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T03:14:01.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:00.014690+0000 mgr.smithi089.ojauep (mgr.14180) 241 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:01.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:13:59.810590+0000 mgr.smithi089.ojauep (mgr.14180) 240 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T03:14:01.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:00.014690+0000 mgr.smithi089.ojauep (mgr.14180) 241 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:02.600 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:02.600 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:02.965 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:03.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:01.811069+0000 mgr.smithi089.ojauep (mgr.14180) 242 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:03.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:01.811069+0000 mgr.smithi089.ojauep (mgr.14180) 242 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:03.966 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:04.561 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:02.597353+0000 mgr.smithi089.ojauep (mgr.14180) 243 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:04.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:02.597353+0000 mgr.smithi089.ojauep (mgr.14180) 243 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:05.191 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:05.191 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:05.539 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:03.811494+0000 mgr.smithi089.ojauep (mgr.14180) 244 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:05.541 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:05.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:03.811494+0000 mgr.smithi089.ojauep (mgr.14180) 244 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:06.542 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:06.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:05.188276+0000 mgr.smithi089.ojauep (mgr.14180) 245 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:06.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:05.188276+0000 mgr.smithi089.ojauep (mgr.14180) 245 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:07.445 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:05.812037+0000 mgr.smithi089.ojauep (mgr.14180) 246 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:07.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:05.812037+0000 mgr.smithi089.ojauep (mgr.14180) 246 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:07.798 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:07.798 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:08.148 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:09.150 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:09.458 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:07.795350+0000 mgr.smithi089.ojauep (mgr.14180) 247 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:09.459 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:07.812494+0000 mgr.smithi089.ojauep (mgr.14180) 248 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:09.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:07.795350+0000 mgr.smithi089.ojauep (mgr.14180) 247 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:09.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:07.812494+0000 mgr.smithi089.ojauep (mgr.14180) 248 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:10.443 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:10.443 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:10.816 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:11.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:09.813086+0000 mgr.smithi089.ojauep (mgr.14180) 249 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:14:11.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:10.440150+0000 mgr.smithi089.ojauep (mgr.14180) 250 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:11.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:09.813086+0000 mgr.smithi089.ojauep (mgr.14180) 249 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:14:11.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:10.440150+0000 mgr.smithi089.ojauep (mgr.14180) 250 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:11.817 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:13.131 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:13.131 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:13.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:11.813587+0000 mgr.smithi089.ojauep (mgr.14180) 251 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:13.481 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:13.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:11.813587+0000 mgr.smithi089.ojauep (mgr.14180) 251 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:14.482 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:14.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:13.128424+0000 mgr.smithi089.ojauep (mgr.14180) 252 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:14.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:13.128424+0000 mgr.smithi089.ojauep (mgr.14180) 252 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:15.460 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:13.813997+0000 mgr.smithi089.ojauep (mgr.14180) 253 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:15.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:13.813997+0000 mgr.smithi089.ojauep (mgr.14180) 253 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:15.840 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:15.840 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:16.205 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:17.207 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:17.508 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:15.814397+0000 mgr.smithi089.ojauep (mgr.14180) 254 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:17.508 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:15.837736+0000 mgr.smithi089.ojauep (mgr.14180) 255 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:17.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:15.814397+0000 mgr.smithi089.ojauep (mgr.14180) 254 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:17.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:15.837736+0000 mgr.smithi089.ojauep (mgr.14180) 255 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:18.548 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:18.548 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:18.947 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:19.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:17.815105+0000 mgr.smithi089.ojauep (mgr.14180) 256 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:19.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:18.545129+0000 mgr.smithi089.ojauep (mgr.14180) 257 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:19.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:17.815105+0000 mgr.smithi089.ojauep (mgr.14180) 256 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:19.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:18.545129+0000 mgr.smithi089.ojauep (mgr.14180) 257 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:19.948 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:21.264 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:21.264 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:21.612 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:19.815785+0000 mgr.smithi089.ojauep (mgr.14180) 258 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:14:21.614 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:21.642 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:19.815785+0000 mgr.smithi089.ojauep (mgr.14180) 258 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:14:22.614 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:22.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:21.260456+0000 mgr.smithi089.ojauep (mgr.14180) 259 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:22.647 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:21.260456+0000 mgr.smithi089.ojauep (mgr.14180) 259 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:23.568 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:21.816167+0000 mgr.smithi089.ojauep (mgr.14180) 260 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:23.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:21.816167+0000 mgr.smithi089.ojauep (mgr.14180) 260 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:23.935 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:23.935 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:24.268 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:25.269 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:25.572 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:23.816601+0000 mgr.smithi089.ojauep (mgr.14180) 261 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:25.572 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:23.932022+0000 mgr.smithi089.ojauep (mgr.14180) 262 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:25.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:23.816601+0000 mgr.smithi089.ojauep (mgr.14180) 261 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:25.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:23.932022+0000 mgr.smithi089.ojauep (mgr.14180) 262 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:26.548 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:26.548 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:26.905 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:27.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:25.817090+0000 mgr.smithi089.ojauep (mgr.14180) 263 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:27.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:26.545294+0000 mgr.smithi089.ojauep (mgr.14180) 264 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:27.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:25.817090+0000 mgr.smithi089.ojauep (mgr.14180) 263 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:27.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:26.545294+0000 mgr.smithi089.ojauep (mgr.14180) 264 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:27.906 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:29.189 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:29.189 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:29.477 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:27.817756+0000 mgr.smithi089.ojauep (mgr.14180) 265 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:29.544 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:29.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:27.817756+0000 mgr.smithi089.ojauep (mgr.14180) 265 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:30.545 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:30.856 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:29.185987+0000 mgr.smithi089.ojauep (mgr.14180) 266 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:30.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:29.185987+0000 mgr.smithi089.ojauep (mgr.14180) 266 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:31.499 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:29.818217+0000 mgr.smithi089.ojauep (mgr.14180) 267 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:14:31.858 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:31.858 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:31.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:29.818217+0000 mgr.smithi089.ojauep (mgr.14180) 267 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:14:32.245 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:33.246 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:33.571 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:31.818724+0000 mgr.smithi089.ojauep (mgr.14180) 268 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:33.572 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:31.854858+0000 mgr.smithi089.ojauep (mgr.14180) 269 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:33.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:33 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:31.818724+0000 mgr.smithi089.ojauep (mgr.14180) 268 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:33.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:33 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:31.854858+0000 mgr.smithi089.ojauep (mgr.14180) 269 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:34.576 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:34.576 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:34.944 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:35.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:33.819146+0000 mgr.smithi089.ojauep (mgr.14180) 270 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:35.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:34.573235+0000 mgr.smithi089.ojauep (mgr.14180) 271 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:35.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:33.819146+0000 mgr.smithi089.ojauep (mgr.14180) 270 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:35.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:34.573235+0000 mgr.smithi089.ojauep (mgr.14180) 271 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:35.945 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:37.244 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:37.244 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:37.576 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:37 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:35.819759+0000 mgr.smithi089.ojauep (mgr.14180) 272 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:37.644 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:37.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:37 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:35.819759+0000 mgr.smithi089.ojauep (mgr.14180) 272 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:38.646 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:38.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:37.241287+0000 mgr.smithi089.ojauep (mgr.14180) 273 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:38.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:37.241287+0000 mgr.smithi089.ojauep (mgr.14180) 273 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:39.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:37.820406+0000 mgr.smithi089.ojauep (mgr.14180) 274 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:39.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:37.820406+0000 mgr.smithi089.ojauep (mgr.14180) 274 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:39.995 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:39.995 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:40.369 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:41.370 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:41.687 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:41 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:39.820846+0000 mgr.smithi089.ojauep (mgr.14180) 275 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:14:41.688 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:41 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:39.992356+0000 mgr.smithi089.ojauep (mgr.14180) 276 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:41.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:41 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:39.820846+0000 mgr.smithi089.ojauep (mgr.14180) 275 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:14:41.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:41 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:39.992356+0000 mgr.smithi089.ojauep (mgr.14180) 276 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:42.689 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:42.689 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:43.052 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:43.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:41.821436+0000 mgr.smithi089.ojauep (mgr.14180) 277 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:43.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:41.821436+0000 mgr.smithi089.ojauep (mgr.14180) 277 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:44.054 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:44.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:42.686001+0000 mgr.smithi089.ojauep (mgr.14180) 278 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:44.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:42.686001+0000 mgr.smithi089.ojauep (mgr.14180) 278 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:45.301 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:45.302 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:45.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:45 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:43.822173+0000 mgr.smithi089.ojauep (mgr.14180) 279 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:45.651 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:45.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:45 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:43.822173+0000 mgr.smithi089.ojauep (mgr.14180) 279 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:46.652 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:46.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:45.298478+0000 mgr.smithi089.ojauep (mgr.14180) 280 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:46.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:45.298478+0000 mgr.smithi089.ojauep (mgr.14180) 280 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:47.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:45.822615+0000 mgr.smithi089.ojauep (mgr.14180) 281 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:47.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:47 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:45.822615+0000 mgr.smithi089.ojauep (mgr.14180) 281 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:47.934 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:47.934 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:48.301 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:49.302 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:49.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:47.823120+0000 mgr.smithi089.ojauep (mgr.14180) 282 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:49.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:47.931146+0000 mgr.smithi089.ojauep (mgr.14180) 283 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:49.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:49 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:47.823120+0000 mgr.smithi089.ojauep (mgr.14180) 282 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:49.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:49 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:47.931146+0000 mgr.smithi089.ojauep (mgr.14180) 283 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:50.620 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:50.620 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:50.975 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:51.744 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:49.823663+0000 mgr.smithi089.ojauep (mgr.14180) 284 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:14:51.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:49.823663+0000 mgr.smithi089.ojauep (mgr.14180) 284 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:14:51.976 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:52.604 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:50.617213+0000 mgr.smithi089.ojauep (mgr.14180) 285 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:52.604 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:51.745369+0000 mon.smithi089 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.qkdony"}]: dispatch 2024-01-24T03:14:52.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:50.617213+0000 mgr.smithi089.ojauep (mgr.14180) 285 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:52.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:51.745369+0000 mon.smithi089 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.qkdony"}]: dispatch 2024-01-24T03:14:53.282 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:53.282 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:14:51.744880+0000 mgr.smithi089.ojauep (mgr.14180) 286 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony 2024-01-24T03:14:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony 2024-01-24T03:14:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony 2024-01-24T03:14:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony 2024-01-24T03:14:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Deploy daemon haproxy.nfs.foo.smithi105.qkdony ... 2024-01-24T03:14:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:14:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:12:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:14:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:13:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:14:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:14:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:14:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:14:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Traceback (most recent call last): 2024-01-24T03:14:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:14:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: yield (conn, connr) 2024-01-24T03:14:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:14:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: code, '\n'.join(err))) 2024-01-24T03:14:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony 2024-01-24T03:14:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony 2024-01-24T03:14:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony 2024-01-24T03:14:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony 2024-01-24T03:14:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Deploy daemon haproxy.nfs.foo.smithi105.qkdony ... 2024-01-24T03:14:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:14:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:12:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:14:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:13:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:14:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:14:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:14:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:14:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:14:51.745094+0000 mgr.smithi089.ojauep (mgr.14180) 287 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.qkdony 2024-01-24T03:14:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:14:51.745964+0000 mgr.smithi089.ojauep (mgr.14180) 288 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony 2024-01-24T03:14:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony 2024-01-24T03:14:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony 2024-01-24T03:14:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony 2024-01-24T03:14:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Deploy daemon haproxy.nfs.foo.smithi105.qkdony ... 2024-01-24T03:14:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:14:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:12:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:14:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:13:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:14:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:14:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:14:53.594 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:14:53.594 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:53.594 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:14:51.747402+0000 mgr.smithi089.ojauep (mgr.14180) 289 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi089.vmufzc on smithi089 2024-01-24T03:14:53.594 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:51.824189+0000 mgr.smithi089.ojauep (mgr.14180) 290 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:53.633 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:53.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:14:51.744880+0000 mgr.smithi089.ojauep (mgr.14180) 286 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony 2024-01-24T03:14:53.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony 2024-01-24T03:14:53.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony 2024-01-24T03:14:53.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony 2024-01-24T03:14:53.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Deploy daemon haproxy.nfs.foo.smithi105.qkdony ... 2024-01-24T03:14:53.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:53.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:14:53.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:12:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:14:53.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:13:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:14:53.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:14:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:14:53.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:14:53.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:53.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Traceback (most recent call last): 2024-01-24T03:14:53.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:14:53.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: yield (conn, connr) 2024-01-24T03:14:53.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:14:53.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: code, '\n'.join(err))) 2024-01-24T03:14:53.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony 2024-01-24T03:14:53.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony 2024-01-24T03:14:53.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony 2024-01-24T03:14:53.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony 2024-01-24T03:14:53.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Deploy daemon haproxy.nfs.foo.smithi105.qkdony ... 2024-01-24T03:14:53.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:53.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:14:53.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:12:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:14:53.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:13:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:14:53.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:14:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:14:53.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:14:53.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:53.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:14:51.745094+0000 mgr.smithi089.ojauep (mgr.14180) 287 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.qkdony 2024-01-24T03:14:53.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:14:51.745964+0000 mgr.smithi089.ojauep (mgr.14180) 288 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony 2024-01-24T03:14:53.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony 2024-01-24T03:14:53.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony 2024-01-24T03:14:53.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony 2024-01-24T03:14:53.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Deploy daemon haproxy.nfs.foo.smithi105.qkdony ... 2024-01-24T03:14:53.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:53.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:14:53.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:12:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:14:53.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:13:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:14:53.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:14:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:14:53.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:14:53.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:53.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:14:51.747402+0000 mgr.smithi089.ojauep (mgr.14180) 289 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi089.vmufzc on smithi089 2024-01-24T03:14:53.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:51.824189+0000 mgr.smithi089.ojauep (mgr.14180) 290 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:54.633 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:54.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:53.279114+0000 mgr.smithi089.ojauep (mgr.14180) 291 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:54.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:53.279114+0000 mgr.smithi089.ojauep (mgr.14180) 291 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:55.538 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:53.824663+0000 mgr.smithi089.ojauep (mgr.14180) 292 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:55.890 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:55.890 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:55.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:53.824663+0000 mgr.smithi089.ojauep (mgr.14180) 292 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:56.250 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:57.250 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:57.567 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:55.825068+0000 mgr.smithi089.ojauep (mgr.14180) 293 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:57.567 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:55.887497+0000 mgr.smithi089.ojauep (mgr.14180) 294 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:57.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:55.825068+0000 mgr.smithi089.ojauep (mgr.14180) 293 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:57.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:55.887497+0000 mgr.smithi089.ojauep (mgr.14180) 294 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:58.534 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:14:58.534 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:58.898 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:14:59.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:57.825708+0000 mgr.smithi089.ojauep (mgr.14180) 295 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:59.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:14:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:14:58.531324+0000 mgr.smithi089.ojauep (mgr.14180) 296 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:59.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:57.825708+0000 mgr.smithi089.ojauep (mgr.14180) 295 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:14:59.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:14:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:14:58.531324+0000 mgr.smithi089.ojauep (mgr.14180) 296 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:59.899 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:01.246 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:01.246 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:01.597 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:14:59.826339+0000 mgr.smithi089.ojauep (mgr.14180) 297 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:01.598 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:01.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:14:59.826339+0000 mgr.smithi089.ojauep (mgr.14180) 297 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:02.599 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:02.801 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:01.242400+0000 mgr.smithi089.ojauep (mgr.14180) 298 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:02.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:01.242400+0000 mgr.smithi089.ojauep (mgr.14180) 298 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:03.636 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:01.826777+0000 mgr.smithi089.ojauep (mgr.14180) 299 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:03.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:01.826777+0000 mgr.smithi089.ojauep (mgr.14180) 299 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:03.964 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:03.964 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:04.324 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:05.325 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:05.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:03.827299+0000 mgr.smithi089.ojauep (mgr.14180) 300 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:05.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:03.961091+0000 mgr.smithi089.ojauep (mgr.14180) 301 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:05.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:03.827299+0000 mgr.smithi089.ojauep (mgr.14180) 300 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:05.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:03.961091+0000 mgr.smithi089.ojauep (mgr.14180) 301 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:06.642 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:06.643 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:06.998 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:07.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:05.827766+0000 mgr.smithi089.ojauep (mgr.14180) 302 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:07.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:05.827766+0000 mgr.smithi089.ojauep (mgr.14180) 302 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:07.999 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:08.602 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:06.639796+0000 mgr.smithi089.ojauep (mgr.14180) 303 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:08.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:06.639796+0000 mgr.smithi089.ojauep (mgr.14180) 303 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:09.267 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:09.267 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:09.571 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:07.828389+0000 mgr.smithi089.ojauep (mgr.14180) 304 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:09.655 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:09.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:07.828389+0000 mgr.smithi089.ojauep (mgr.14180) 304 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:10.655 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:10.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:09.263725+0000 mgr.smithi089.ojauep (mgr.14180) 305 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:10.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:09.263725+0000 mgr.smithi089.ojauep (mgr.14180) 305 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:11.540 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:09.828918+0000 mgr.smithi089.ojauep (mgr.14180) 306 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:11.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:09.828918+0000 mgr.smithi089.ojauep (mgr.14180) 306 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:11.907 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:11.907 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:12.297 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:13.298 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:13.606 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:11.829333+0000 mgr.smithi089.ojauep (mgr.14180) 307 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:13.606 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:11.904421+0000 mgr.smithi089.ojauep (mgr.14180) 308 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:13.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:11.829333+0000 mgr.smithi089.ojauep (mgr.14180) 307 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:13.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:11.904421+0000 mgr.smithi089.ojauep (mgr.14180) 308 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:14.584 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:14.584 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:14.910 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:15.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:13.829762+0000 mgr.smithi089.ojauep (mgr.14180) 309 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:15.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:14.580840+0000 mgr.smithi089.ojauep (mgr.14180) 310 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:15.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:13.829762+0000 mgr.smithi089.ojauep (mgr.14180) 309 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:15.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:14.580840+0000 mgr.smithi089.ojauep (mgr.14180) 310 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:15.912 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:17.181 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:17.181 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:17.547 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:17.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:15.830163+0000 mgr.smithi089.ojauep (mgr.14180) 311 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:17.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:15.830163+0000 mgr.smithi089.ojauep (mgr.14180) 311 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:18.548 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:18.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:17.178278+0000 mgr.smithi089.ojauep (mgr.14180) 312 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:18.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:17.178278+0000 mgr.smithi089.ojauep (mgr.14180) 312 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:19.803 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:19.803 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:19.823 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:17.830632+0000 mgr.smithi089.ojauep (mgr.14180) 313 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:19.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:17.830632+0000 mgr.smithi089.ojauep (mgr.14180) 313 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:20.162 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:21.163 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:21.767 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:19.800170+0000 mgr.smithi089.ojauep (mgr.14180) 314 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:21.767 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:19.831050+0000 mgr.smithi089.ojauep (mgr.14180) 315 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:21.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:19.800170+0000 mgr.smithi089.ojauep (mgr.14180) 314 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:21.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:19.831050+0000 mgr.smithi089.ojauep (mgr.14180) 315 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:22.452 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:22.452 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:22.815 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:23.816 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:23.847 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:21.831427+0000 mgr.smithi089.ojauep (mgr.14180) 316 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:23.847 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:22.449033+0000 mgr.smithi089.ojauep (mgr.14180) 317 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:23.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:21.831427+0000 mgr.smithi089.ojauep (mgr.14180) 316 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:23.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:22.449033+0000 mgr.smithi089.ojauep (mgr.14180) 317 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:25.112 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:25.112 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:25.504 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:25.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:23.831930+0000 mgr.smithi089.ojauep (mgr.14180) 318 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:25.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:23.831930+0000 mgr.smithi089.ojauep (mgr.14180) 318 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:26.505 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:26.813 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:25.108481+0000 mgr.smithi089.ojauep (mgr.14180) 319 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:26.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:25.108481+0000 mgr.smithi089.ojauep (mgr.14180) 319 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:27.791 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:27.791 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:27.813 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:25.832532+0000 mgr.smithi089.ojauep (mgr.14180) 320 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:27.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:25.832532+0000 mgr.smithi089.ojauep (mgr.14180) 320 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:28.153 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:29.154 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:29.782 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:27.787863+0000 mgr.smithi089.ojauep (mgr.14180) 321 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:29.782 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:27.833089+0000 mgr.smithi089.ojauep (mgr.14180) 322 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:29.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:27.787863+0000 mgr.smithi089.ojauep (mgr.14180) 321 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:29.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:27.833089+0000 mgr.smithi089.ojauep (mgr.14180) 322 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:30.439 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:30.439 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:30.794 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:31.795 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:31.829 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:29.833797+0000 mgr.smithi089.ojauep (mgr.14180) 323 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:31.829 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:30.435945+0000 mgr.smithi089.ojauep (mgr.14180) 324 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:31.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:29.833797+0000 mgr.smithi089.ojauep (mgr.14180) 323 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:31.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:30.435945+0000 mgr.smithi089.ojauep (mgr.14180) 324 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:33.069 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:33.069 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:33.427 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:33.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:31.834275+0000 mgr.smithi089.ojauep (mgr.14180) 325 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:33.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:33 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:31.834275+0000 mgr.smithi089.ojauep (mgr.14180) 325 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:34.428 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:34.737 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:33.065714+0000 mgr.smithi089.ojauep (mgr.14180) 326 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:34.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:33.065714+0000 mgr.smithi089.ojauep (mgr.14180) 326 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:35.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:33.834736+0000 mgr.smithi089.ojauep (mgr.14180) 327 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:35.670 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:35.670 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:35.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:33.834736+0000 mgr.smithi089.ojauep (mgr.14180) 327 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:36.027 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:37.028 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:37.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:37 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:35.667142+0000 mgr.smithi089.ojauep (mgr.14180) 328 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:37.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:37 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:35.835164+0000 mgr.smithi089.ojauep (mgr.14180) 329 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:37.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:37 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:35.667142+0000 mgr.smithi089.ojauep (mgr.14180) 328 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:37.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:37 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:35.835164+0000 mgr.smithi089.ojauep (mgr.14180) 329 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:38.293 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:38.293 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:38.651 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:39.652 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:39.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:37.835676+0000 mgr.smithi089.ojauep (mgr.14180) 330 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:39.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:38.290035+0000 mgr.smithi089.ojauep (mgr.14180) 331 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:39.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:37.835676+0000 mgr.smithi089.ojauep (mgr.14180) 330 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:39.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:38.290035+0000 mgr.smithi089.ojauep (mgr.14180) 331 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:40.949 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:40.949 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:41.302 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:41.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:41 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:39.836096+0000 mgr.smithi089.ojauep (mgr.14180) 332 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:41.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:41 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:39.836096+0000 mgr.smithi089.ojauep (mgr.14180) 332 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:42.303 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:42.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:40.946066+0000 mgr.smithi089.ojauep (mgr.14180) 333 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:42.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:40.946066+0000 mgr.smithi089.ojauep (mgr.14180) 333 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:43.567 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:43.567 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:43.824 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:41.836529+0000 mgr.smithi089.ojauep (mgr.14180) 334 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:43.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:41.836529+0000 mgr.smithi089.ojauep (mgr.14180) 334 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:43.917 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:44.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:43.564065+0000 mgr.smithi089.ojauep (mgr.14180) 335 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:44.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:43.564065+0000 mgr.smithi089.ojauep (mgr.14180) 335 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:44.918 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:45.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:45 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:43.837031+0000 mgr.smithi089.ojauep (mgr.14180) 336 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:45.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:45 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:43.837031+0000 mgr.smithi089.ojauep (mgr.14180) 336 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:46.212 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:46.212 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:46.575 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:47.575 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:47.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:45.837480+0000 mgr.smithi089.ojauep (mgr.14180) 337 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:47.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:46.208503+0000 mgr.smithi089.ojauep (mgr.14180) 338 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:47.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:47 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:45.837480+0000 mgr.smithi089.ojauep (mgr.14180) 337 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:47.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:47 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:46.208503+0000 mgr.smithi089.ojauep (mgr.14180) 338 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:48.884 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:48.885 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:49.242 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:49.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:47.837908+0000 mgr.smithi089.ojauep (mgr.14180) 339 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:49.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:49 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:47.837908+0000 mgr.smithi089.ojauep (mgr.14180) 339 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:50.243 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:50.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:48.881676+0000 mgr.smithi089.ojauep (mgr.14180) 340 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:50.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:48.881676+0000 mgr.smithi089.ojauep (mgr.14180) 340 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:51.606 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:51.606 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:51.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:49.838383+0000 mgr.smithi089.ojauep (mgr.14180) 341 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:51.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:49.838383+0000 mgr.smithi089.ojauep (mgr.14180) 341 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:51.965 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:52.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:51.602859+0000 mgr.smithi089.ojauep (mgr.14180) 342 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:52.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:51.602859+0000 mgr.smithi089.ojauep (mgr.14180) 342 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:52.967 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:53.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:51.838857+0000 mgr.smithi089.ojauep (mgr.14180) 343 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:53.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:51.838857+0000 mgr.smithi089.ojauep (mgr.14180) 343 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:54.233 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:54.233 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:54.591 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:55.592 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:55.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:53.839547+0000 mgr.smithi089.ojauep (mgr.14180) 344 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:55.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:54.230190+0000 mgr.smithi089.ojauep (mgr.14180) 345 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:55.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:53.839547+0000 mgr.smithi089.ojauep (mgr.14180) 344 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:55.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:54.230190+0000 mgr.smithi089.ojauep (mgr.14180) 345 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:56.810 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:56.810 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:57.174 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:57.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:55.839929+0000 mgr.smithi089.ojauep (mgr.14180) 346 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:57.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:55.839929+0000 mgr.smithi089.ojauep (mgr.14180) 346 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:58.174 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:58.794 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:56.807614+0000 mgr.smithi089.ojauep (mgr.14180) 347 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:58.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:56.807614+0000 mgr.smithi089.ojauep (mgr.14180) 347 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:59.443 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:15:59.443 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:59.813 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:15:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:57.840546+0000 mgr.smithi089.ojauep (mgr.14180) 348 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:15:59.814 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:15:59.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:15:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:57.840546+0000 mgr.smithi089.ojauep (mgr.14180) 348 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:00.815 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:00.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:15:59.439919+0000 mgr.smithi089.ojauep (mgr.14180) 349 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:01.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:15:59.439919+0000 mgr.smithi089.ojauep (mgr.14180) 349 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:01.685 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:15:59.841012+0000 mgr.smithi089.ojauep (mgr.14180) 350 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:01.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:15:59.841012+0000 mgr.smithi089.ojauep (mgr.14180) 350 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:02.033 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:02.034 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:02.380 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:02.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:01.841429+0000 mgr.smithi089.ojauep (mgr.14180) 351 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:02.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:02.030755+0000 mgr.smithi089.ojauep (mgr.14180) 352 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:03.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:01.841429+0000 mgr.smithi089.ojauep (mgr.14180) 351 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:03.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:02.030755+0000 mgr.smithi089.ojauep (mgr.14180) 352 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:03.382 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:04.646 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:04.646 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:05.021 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:03.841952+0000 mgr.smithi089.ojauep (mgr.14180) 353 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:05.023 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:05.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:03.841952+0000 mgr.smithi089.ojauep (mgr.14180) 353 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:06.024 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:06.332 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:04.643425+0000 mgr.smithi089.ojauep (mgr.14180) 354 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:06.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:04.643425+0000 mgr.smithi089.ojauep (mgr.14180) 354 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:07.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:05.842503+0000 mgr.smithi089.ojauep (mgr.14180) 355 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:07.377 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:07.377 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:07.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:05.842503+0000 mgr.smithi089.ojauep (mgr.14180) 355 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:07.731 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:08.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:07.374322+0000 mgr.smithi089.ojauep (mgr.14180) 356 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:08.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:07.374322+0000 mgr.smithi089.ojauep (mgr.14180) 356 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:08.731 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:09.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:07.843072+0000 mgr.smithi089.ojauep (mgr.14180) 357 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:09.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:07.843072+0000 mgr.smithi089.ojauep (mgr.14180) 357 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:10.035 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:10.035 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:10.380 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:11.380 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:11.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:09.843611+0000 mgr.smithi089.ojauep (mgr.14180) 358 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:11.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:10.031571+0000 mgr.smithi089.ojauep (mgr.14180) 359 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:11.642 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:09.843611+0000 mgr.smithi089.ojauep (mgr.14180) 358 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:11.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:10.031571+0000 mgr.smithi089.ojauep (mgr.14180) 359 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:12.675 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:12.676 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:13.038 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:13.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:11.844049+0000 mgr.smithi089.ojauep (mgr.14180) 360 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:13.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:11.844049+0000 mgr.smithi089.ojauep (mgr.14180) 360 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:14.039 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:14.347 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:12.672127+0000 mgr.smithi089.ojauep (mgr.14180) 361 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:14.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:12.672127+0000 mgr.smithi089.ojauep (mgr.14180) 361 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:15.294 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:15.294 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:15.483 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:13.844629+0000 mgr.smithi089.ojauep (mgr.14180) 362 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:15.642 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:13.844629+0000 mgr.smithi089.ojauep (mgr.14180) 362 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:15.654 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:16.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:15.290957+0000 mgr.smithi089.ojauep (mgr.14180) 363 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:16.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:15.290957+0000 mgr.smithi089.ojauep (mgr.14180) 363 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:16.655 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:17.574 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:15.845147+0000 mgr.smithi089.ojauep (mgr.14180) 364 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:17.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:15.845147+0000 mgr.smithi089.ojauep (mgr.14180) 364 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:17.964 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:17.964 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:18.370 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:19.371 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:19.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:17.845586+0000 mgr.smithi089.ojauep (mgr.14180) 365 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:19.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:17.960985+0000 mgr.smithi089.ojauep (mgr.14180) 366 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:19.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:17.845586+0000 mgr.smithi089.ojauep (mgr.14180) 365 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:19.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:17.960985+0000 mgr.smithi089.ojauep (mgr.14180) 366 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:20.672 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:20.673 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:21.045 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:21.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:19.846260+0000 mgr.smithi089.ojauep (mgr.14180) 367 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:21.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:19.846260+0000 mgr.smithi089.ojauep (mgr.14180) 367 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:22.045 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:22.347 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:20.669628+0000 mgr.smithi089.ojauep (mgr.14180) 368 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:22.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:20.669628+0000 mgr.smithi089.ojauep (mgr.14180) 368 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:23.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:21.846705+0000 mgr.smithi089.ojauep (mgr.14180) 369 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:23.424 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:23.424 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:23.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:21.846705+0000 mgr.smithi089.ojauep (mgr.14180) 369 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:23.778 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:24.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:23.421372+0000 mgr.smithi089.ojauep (mgr.14180) 370 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:24.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:23.421372+0000 mgr.smithi089.ojauep (mgr.14180) 370 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:24.779 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:25.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:23.847319+0000 mgr.smithi089.ojauep (mgr.14180) 371 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:25.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:23.847319+0000 mgr.smithi089.ojauep (mgr.14180) 371 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:26.050 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:26.050 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:26.420 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:27.421 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:27.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:25.847737+0000 mgr.smithi089.ojauep (mgr.14180) 372 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:27.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:26.046763+0000 mgr.smithi089.ojauep (mgr.14180) 373 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:27.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:25.847737+0000 mgr.smithi089.ojauep (mgr.14180) 372 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:27.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:26.046763+0000 mgr.smithi089.ojauep (mgr.14180) 373 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:28.697 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:28.697 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:29.118 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:29.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:27.848411+0000 mgr.smithi089.ojauep (mgr.14180) 374 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:29.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:27.848411+0000 mgr.smithi089.ojauep (mgr.14180) 374 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:30.119 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:30.436 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:28.694227+0000 mgr.smithi089.ojauep (mgr.14180) 375 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:30.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:28.694227+0000 mgr.smithi089.ojauep (mgr.14180) 375 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:31.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:29.848999+0000 mgr.smithi089.ojauep (mgr.14180) 376 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:31.423 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:31.423 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:31.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:29.848999+0000 mgr.smithi089.ojauep (mgr.14180) 376 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:31.777 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:32.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:31.420165+0000 mgr.smithi089.ojauep (mgr.14180) 377 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:32.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:31.420165+0000 mgr.smithi089.ojauep (mgr.14180) 377 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:32.778 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:33.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:31.849488+0000 mgr.smithi089.ojauep (mgr.14180) 378 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:33.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:33 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:31.849488+0000 mgr.smithi089.ojauep (mgr.14180) 378 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:34.053 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:34.053 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:34.410 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:35.411 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:35.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:33.849944+0000 mgr.smithi089.ojauep (mgr.14180) 379 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:35.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:34.050089+0000 mgr.smithi089.ojauep (mgr.14180) 380 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:35.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:33.849944+0000 mgr.smithi089.ojauep (mgr.14180) 379 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:35.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:34.050089+0000 mgr.smithi089.ojauep (mgr.14180) 380 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:36.695 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:36.695 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:37.109 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:37.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:37 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:35.850430+0000 mgr.smithi089.ojauep (mgr.14180) 381 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:37.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:37 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:35.850430+0000 mgr.smithi089.ojauep (mgr.14180) 381 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:38.110 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:36.691982+0000 mgr.smithi089.ojauep (mgr.14180) 382 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:38.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:36.691982+0000 mgr.smithi089.ojauep (mgr.14180) 382 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:39.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:37.850819+0000 mgr.smithi089.ojauep (mgr.14180) 383 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:39.380 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:39.381 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:39.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:37.850819+0000 mgr.smithi089.ojauep (mgr.14180) 383 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:39.734 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:40.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:39.377930+0000 mgr.smithi089.ojauep (mgr.14180) 384 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:40.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:39.377930+0000 mgr.smithi089.ojauep (mgr.14180) 384 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:40.734 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:41.346 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:41 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:39.851225+0000 mgr.smithi089.ojauep (mgr.14180) 385 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:41.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:41 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:39.851225+0000 mgr.smithi089.ojauep (mgr.14180) 385 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:41.965 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:41.965 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:42.326 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:43.327 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:43.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:41.851672+0000 mgr.smithi089.ojauep (mgr.14180) 386 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:43.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:41.962515+0000 mgr.smithi089.ojauep (mgr.14180) 387 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:43.642 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:41.851672+0000 mgr.smithi089.ojauep (mgr.14180) 386 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:43.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:41.962515+0000 mgr.smithi089.ojauep (mgr.14180) 387 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:44.641 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:44.641 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:44.990 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:45.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:45 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:43.852098+0000 mgr.smithi089.ojauep (mgr.14180) 388 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:45.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:45 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:43.852098+0000 mgr.smithi089.ojauep (mgr.14180) 388 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:45.992 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:46.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:44.637635+0000 mgr.smithi089.ojauep (mgr.14180) 389 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:46.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:44.637635+0000 mgr.smithi089.ojauep (mgr.14180) 389 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:47.264 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:47.264 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:47.556 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:45.852587+0000 mgr.smithi089.ojauep (mgr.14180) 390 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:47.624 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:47.642 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:47 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:45.852587+0000 mgr.smithi089.ojauep (mgr.14180) 390 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:48.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:47.260867+0000 mgr.smithi089.ojauep (mgr.14180) 391 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:48.625 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:48.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:47.260867+0000 mgr.smithi089.ojauep (mgr.14180) 391 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:49.503 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:47.853017+0000 mgr.smithi089.ojauep (mgr.14180) 392 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:49.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:49 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:47.853017+0000 mgr.smithi089.ojauep (mgr.14180) 392 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:49.857 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:49.858 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:50.216 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:51.217 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:51.525 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:49.853409+0000 mgr.smithi089.ojauep (mgr.14180) 393 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:51.525 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:49.854922+0000 mgr.smithi089.ojauep (mgr.14180) 394 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:51.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:49.853409+0000 mgr.smithi089.ojauep (mgr.14180) 393 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:51.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:49.854922+0000 mgr.smithi089.ojauep (mgr.14180) 394 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:52.612 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:52.612 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:52.965 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:53.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:51.853919+0000 mgr.smithi089.ojauep (mgr.14180) 395 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:53.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:52.608696+0000 mgr.smithi089.ojauep (mgr.14180) 396 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:53.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:51.853919+0000 mgr.smithi089.ojauep (mgr.14180) 395 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:53.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:52.608696+0000 mgr.smithi089.ojauep (mgr.14180) 396 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:53.966 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:55.224 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:55.224 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:55.530 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:53.854690+0000 mgr.smithi089.ojauep (mgr.14180) 397 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:55.597 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:55.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:53.854690+0000 mgr.smithi089.ojauep (mgr.14180) 397 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:56.598 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:56.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:55.221071+0000 mgr.smithi089.ojauep (mgr.14180) 398 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:56.642 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:55.221071+0000 mgr.smithi089.ojauep (mgr.14180) 398 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:57.518 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:55.855230+0000 mgr.smithi089.ojauep (mgr.14180) 399 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:57.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:55.855230+0000 mgr.smithi089.ojauep (mgr.14180) 399 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:57.878 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:16:57.878 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:58.248 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:16:59.248 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:59.565 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:57.855705+0000 mgr.smithi089.ojauep (mgr.14180) 400 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:59.565 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:16:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:16:57.874867+0000 mgr.smithi089.ojauep (mgr.14180) 401 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:59.642 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:57.855705+0000 mgr.smithi089.ojauep (mgr.14180) 400 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:16:59.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:16:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:16:57.874867+0000 mgr.smithi089.ojauep (mgr.14180) 401 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:00.543 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:00.543 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:00.906 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:17:01.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:16:59.856158+0000 mgr.smithi089.ojauep (mgr.14180) 402 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:17:01.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:00.540296+0000 mgr.smithi089.ojauep (mgr.14180) 403 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:01.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:16:59.856158+0000 mgr.smithi089.ojauep (mgr.14180) 402 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:17:01.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:00.540296+0000 mgr.smithi089.ojauep (mgr.14180) 403 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:01.907 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:03.225 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:03.225 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:03.537 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:01.856851+0000 mgr.smithi089.ojauep (mgr.14180) 404 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:03.596 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:17:03.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:01.856851+0000 mgr.smithi089.ojauep (mgr.14180) 404 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:04.597 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:04.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:03.221458+0000 mgr.smithi089.ojauep (mgr.14180) 405 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:04.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:03.221458+0000 mgr.smithi089.ojauep (mgr.14180) 405 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:05.484 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:03.857288+0000 mgr.smithi089.ojauep (mgr.14180) 406 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:05.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:03.857288+0000 mgr.smithi089.ojauep (mgr.14180) 406 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:05.827 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:05.828 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:06.179 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:17:07.180 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:07.489 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:05.824118+0000 mgr.smithi089.ojauep (mgr.14180) 407 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:07.489 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:05.857854+0000 mgr.smithi089.ojauep (mgr.14180) 408 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:07.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:05.824118+0000 mgr.smithi089.ojauep (mgr.14180) 407 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:07.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:05.857854+0000 mgr.smithi089.ojauep (mgr.14180) 408 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:08.454 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:08.454 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:08.812 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:17:09.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:07.858287+0000 mgr.smithi089.ojauep (mgr.14180) 409 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:09.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:08.451248+0000 mgr.smithi089.ojauep (mgr.14180) 410 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:09.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:07.858287+0000 mgr.smithi089.ojauep (mgr.14180) 409 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:09.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:08.451248+0000 mgr.smithi089.ojauep (mgr.14180) 410 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:09.813 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:11.081 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:11.081 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:11.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:09.858920+0000 mgr.smithi089.ojauep (mgr.14180) 411 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:17:11.487 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:17:11.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:09.858920+0000 mgr.smithi089.ojauep (mgr.14180) 411 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:17:12.488 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:12.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:11.078025+0000 mgr.smithi089.ojauep (mgr.14180) 412 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:12.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:11.078025+0000 mgr.smithi089.ojauep (mgr.14180) 412 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:13.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:11.859372+0000 mgr.smithi089.ojauep (mgr.14180) 413 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:13.642 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:11.859372+0000 mgr.smithi089.ojauep (mgr.14180) 413 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:13.722 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:13.722 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:14.087 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:17:15.088 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:15.405 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:13.718789+0000 mgr.smithi089.ojauep (mgr.14180) 414 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:15.405 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:13.859916+0000 mgr.smithi089.ojauep (mgr.14180) 415 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:15.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:13.718789+0000 mgr.smithi089.ojauep (mgr.14180) 414 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:15.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:13.859916+0000 mgr.smithi089.ojauep (mgr.14180) 415 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:16.369 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:16.369 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:16.730 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:17:17.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:15.860318+0000 mgr.smithi089.ojauep (mgr.14180) 416 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:17.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:16.366064+0000 mgr.smithi089.ojauep (mgr.14180) 417 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:17.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:15.860318+0000 mgr.smithi089.ojauep (mgr.14180) 416 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:17.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:16.366064+0000 mgr.smithi089.ojauep (mgr.14180) 417 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:17.731 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:18.978 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:18.978 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:19.328 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:17:19.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:17.860731+0000 mgr.smithi089.ojauep (mgr.14180) 418 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:19.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:17.860731+0000 mgr.smithi089.ojauep (mgr.14180) 418 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:20.328 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:20.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:18.974995+0000 mgr.smithi089.ojauep (mgr.14180) 419 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:20.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:18.974995+0000 mgr.smithi089.ojauep (mgr.14180) 419 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:21.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:19.861196+0000 mgr.smithi089.ojauep (mgr.14180) 420 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:17:21.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:20.901253+0000 mon.smithi089 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi089.vmufzc"}]: dispatch 2024-01-24T03:17:21.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:20.905954+0000 mon.smithi089 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:17:21.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:20.907947+0000 mon.smithi089 (mon.0) 649 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:17:21.642 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:19.861196+0000 mgr.smithi089.ojauep (mgr.14180) 420 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:17:21.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:20.901253+0000 mon.smithi089 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi089.vmufzc"}]: dispatch 2024-01-24T03:17:21.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:20.905954+0000 mon.smithi089 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:17:21.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:20.907947+0000 mon.smithi089 (mon.0) 649 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:17:21.645 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:21.645 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:18.458668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:18.459268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:18.458806Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:18.458890Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:18.458969Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:18.459030Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:22.120 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:17:22.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:17:20.900798+0000 mgr.smithi089.ojauep (mgr.14180) 421 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc 2024-01-24T03:17:22.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc 2024-01-24T03:17:22.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc 2024-01-24T03:17:22.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc 2024-01-24T03:17:22.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Deploy daemon haproxy.nfs.foo.smithi089.vmufzc ... 2024-01-24T03:17:22.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:17:22.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:15:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:17:22.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:16:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:17:22.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:16:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:17:22.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:17:22.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Traceback (most recent call last): 2024-01-24T03:17:22.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:17:22.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: yield (conn, connr) 2024-01-24T03:17:22.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:17:22.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: code, '\n'.join(err))) 2024-01-24T03:17:22.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc 2024-01-24T03:17:22.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc 2024-01-24T03:17:22.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc 2024-01-24T03:17:22.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc 2024-01-24T03:17:22.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Deploy daemon haproxy.nfs.foo.smithi089.vmufzc ... 2024-01-24T03:17:22.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:17:22.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:15:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:17:22.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:16:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:17:22.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:16:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:17:22.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:17:22.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:17:20.900962+0000 mgr.smithi089.ojauep (mgr.14180) 422 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi089.vmufzc 2024-01-24T03:17:22.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:17:20.901789+0000 mgr.smithi089.ojauep (mgr.14180) 423 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc 2024-01-24T03:17:22.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc 2024-01-24T03:17:22.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc 2024-01-24T03:17:22.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc 2024-01-24T03:17:22.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Deploy daemon haproxy.nfs.foo.smithi089.vmufzc ... 2024-01-24T03:17:22.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:17:22.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:15:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:17:22.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:16:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:17:22.618 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:16:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:17:22.618 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:17:22.618 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.618 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:17:20.906184+0000 mgr.smithi089.ojauep (mgr.14180) 424 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:17:22.618 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:17:20.907230+0000 mgr.smithi089.ojauep (mgr.14180) 425 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:17:22.618 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:20.907939+0000 mgr.smithi089.ojauep (mgr.14180) 426 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-24T03:17:22.618 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:21.904455+0000 mon.smithi089 (mon.0) 650 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:17:22.618 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:22.115990+0000 mon.smithi089 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:17:22.618 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:22.248440+0000 mon.smithi089 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:17:22.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:17:20.900798+0000 mgr.smithi089.ojauep (mgr.14180) 421 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc 2024-01-24T03:17:22.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc 2024-01-24T03:17:22.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc 2024-01-24T03:17:22.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc 2024-01-24T03:17:22.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Deploy daemon haproxy.nfs.foo.smithi089.vmufzc ... 2024-01-24T03:17:22.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:17:22.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:15:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:17:22.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:16:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:17:22.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:16:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:17:22.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:17:22.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Traceback (most recent call last): 2024-01-24T03:17:22.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:17:22.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: yield (conn, connr) 2024-01-24T03:17:22.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:17:22.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: code, '\n'.join(err))) 2024-01-24T03:17:22.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc 2024-01-24T03:17:22.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc 2024-01-24T03:17:22.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc 2024-01-24T03:17:22.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc 2024-01-24T03:17:22.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Deploy daemon haproxy.nfs.foo.smithi089.vmufzc ... 2024-01-24T03:17:22.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:17:22.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:15:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:17:22.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:16:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:17:22.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:16:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:17:22.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:17:22.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:17:20.900962+0000 mgr.smithi089.ojauep (mgr.14180) 422 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi089.vmufzc 2024-01-24T03:17:22.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:17:20.901789+0000 mgr.smithi089.ojauep (mgr.14180) 423 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc 2024-01-24T03:17:22.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc 2024-01-24T03:17:22.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc 2024-01-24T03:17:22.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc 2024-01-24T03:17:22.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Deploy daemon haproxy.nfs.foo.smithi089.vmufzc ... 2024-01-24T03:17:22.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:17:22.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:15:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:17:22.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:16:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:17:22.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:16:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:17:22.647 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:17:22.647 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.647 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:17:20.906184+0000 mgr.smithi089.ojauep (mgr.14180) 424 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:17:22.647 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:17:20.907230+0000 mgr.smithi089.ojauep (mgr.14180) 425 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:17:22.647 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:20.907939+0000 mgr.smithi089.ojauep (mgr.14180) 426 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-24T03:17:22.647 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:21.904455+0000 mon.smithi089 (mon.0) 650 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:17:22.647 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:22.115990+0000 mon.smithi089 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:17:22.647 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:22.248440+0000 mon.smithi089 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:17:23.122 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:23.535 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:21.641393+0000 mgr.smithi089.ojauep (mgr.14180) 427 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:23.642 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:21.641393+0000 mgr.smithi089.ojauep (mgr.14180) 427 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:24.505 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:22.908492+0000 mgr.smithi089.ojauep (mgr.14180) 428 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-24T03:17:24.612 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:24.612 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:12:20.161186Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:12:20.161252Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:12:20.161315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:12:20.161752Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:12:20.161114Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:12:20.160974Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:12:20.161377Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:12:20.161501Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:12:20.161439Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:24.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:22.908492+0000 mgr.smithi089.ojauep (mgr.14180) 428 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-24T03:17:24.961 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T03:17:25.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:24.608958+0000 mgr.smithi089.ojauep (mgr.14180) 429 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:25.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:24.656543+0000 mon.smithi089 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:17:25.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:25.040297+0000 mon.smithi089 (mon.0) 654 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:17:25.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:25.040932+0000 mon.smithi089 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:17:25.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:25.046954+0000 mon.smithi089 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:17:25.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:25.050970+0000 mon.smithi089 (mon.0) 657 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:17:25.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:25.059779+0000 mon.smithi089 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:17:25.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:24.608958+0000 mgr.smithi089.ojauep (mgr.14180) 429 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:25.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:24.656543+0000 mon.smithi089 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:17:25.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:25.040297+0000 mon.smithi089 (mon.0) 654 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:17:25.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:25.040932+0000 mon.smithi089 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:17:25.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:25.046954+0000 mon.smithi089 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:17:25.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:25.050970+0000 mon.smithi089 (mon.0) 657 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:17:25.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:25.059779+0000 mon.smithi089 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:17:25.963 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:26.547 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:24.909213+0000 mgr.smithi089.ojauep (mgr.14180) 430 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-24T03:17:26.547 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:25.047334+0000 mgr.smithi089.ojauep (mgr.14180) 431 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-01-24T03:17:26.547 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:17:25.061803+0000 mgr.smithi089.ojauep (mgr.14180) 432 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.bxkshu on smithi105 2024-01-24T03:17:26.547 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:25.654599+0000 mon.smithi089 (mon.0) 659 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:17:26.547 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:25.654679+0000 mon.smithi089 (mon.0) 660 : cluster [INF] Cluster is now healthy 2024-01-24T03:17:26.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:24.909213+0000 mgr.smithi089.ojauep (mgr.14180) 430 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-24T03:17:26.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:25.047334+0000 mgr.smithi089.ojauep (mgr.14180) 431 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-01-24T03:17:26.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:17:25.061803+0000 mgr.smithi089.ojauep (mgr.14180) 432 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.bxkshu on smithi105 2024-01-24T03:17:26.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:25.654599+0000 mon.smithi089 (mon.0) 659 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:17:26.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:25.654679+0000 mon.smithi089 (mon.0) 660 : cluster [INF] Cluster is now healthy 2024-01-24T03:17:27.198 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:27.198 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:27.568 INFO:tasks.cephadm:nfs.foo has 1/1 2024-01-24T03:17:27.568 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-24T03:17:27.577 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-24T03:17:27.578 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:28.496 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:27.047750+0000 mgr.smithi089.ojauep (mgr.14180) 433 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-01-24T03:17:28.496 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:27.195123+0000 mgr.smithi089.ojauep (mgr.14180) 434 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:28.642 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:27.047750+0000 mgr.smithi089.ojauep (mgr.14180) 433 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-01-24T03:17:28.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:27.195123+0000 mgr.smithi089.ojauep (mgr.14180) 434 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:28.808 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:28.808 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:29.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:30.212 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:30.528 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:28.805095+0000 mgr.smithi089.ojauep (mgr.14180) 435 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:30.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:29.048170+0000 mgr.smithi089.ojauep (mgr.14180) 436 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-01-24T03:17:30.642 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:28.805095+0000 mgr.smithi089.ojauep (mgr.14180) 435 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:30.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:29.048170+0000 mgr.smithi089.ojauep (mgr.14180) 436 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-01-24T03:17:31.522 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:31.522 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:31.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:32.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:31.048591+0000 mgr.smithi089.ojauep (mgr.14180) 437 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T03:17:32.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:31.518437+0000 mgr.smithi089.ojauep (mgr.14180) 438 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:32.801 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:31.048591+0000 mgr.smithi089.ojauep (mgr.14180) 437 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T03:17:32.801 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:31.518437+0000 mgr.smithi089.ojauep (mgr.14180) 438 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:32.878 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:34.210 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:34.210 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:34.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:33.049014+0000 mgr.smithi089.ojauep (mgr.14180) 439 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T03:17:34.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:34.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:33.049014+0000 mgr.smithi089.ojauep (mgr.14180) 439 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T03:17:35.618 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:35.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:34.206159+0000 mgr.smithi089.ojauep (mgr.14180) 440 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:35.651 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:34.206159+0000 mgr.smithi089.ojauep (mgr.14180) 440 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:36.480 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:35.049469+0000 mgr.smithi089.ojauep (mgr.14180) 441 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T03:17:36.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:35.049469+0000 mgr.smithi089.ojauep (mgr.14180) 441 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T03:17:36.825 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:36.825 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:37.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:38.186 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:38.493 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:36.822243+0000 mgr.smithi089.ojauep (mgr.14180) 442 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:38.493 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:37.049913+0000 mgr.smithi089.ojauep (mgr.14180) 443 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:38.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:36.822243+0000 mgr.smithi089.ojauep (mgr.14180) 442 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:38.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:37.049913+0000 mgr.smithi089.ojauep (mgr.14180) 443 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:39.446 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:39.446 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:39.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:40.817 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:40.849 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:39.050373+0000 mgr.smithi089.ojauep (mgr.14180) 444 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:17:40.849 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:39.443297+0000 mgr.smithi089.ojauep (mgr.14180) 445 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:40.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:39.050373+0000 mgr.smithi089.ojauep (mgr.14180) 444 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:17:40.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:39.443297+0000 mgr.smithi089.ojauep (mgr.14180) 445 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:42.075 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:42.075 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:42.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:42.801 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:41.050778+0000 mgr.smithi089.ojauep (mgr.14180) 446 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:42.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:41.050778+0000 mgr.smithi089.ojauep (mgr.14180) 446 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:43.442 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:43.751 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:42.072190+0000 mgr.smithi089.ojauep (mgr.14180) 447 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:43.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:42.072190+0000 mgr.smithi089.ojauep (mgr.14180) 447 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:44.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:43.051238+0000 mgr.smithi089.ojauep (mgr.14180) 448 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:44.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:43.051238+0000 mgr.smithi089.ojauep (mgr.14180) 448 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:44.698 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:44.698 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:45.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:46.050 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:46.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:44.694612+0000 mgr.smithi089.ojauep (mgr.14180) 449 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:46.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:45.051914+0000 mgr.smithi089.ojauep (mgr.14180) 450 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:46.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:44.694612+0000 mgr.smithi089.ojauep (mgr.14180) 449 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:46.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:45.051914+0000 mgr.smithi089.ojauep (mgr.14180) 450 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:47.404 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:47.405 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:47.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:48.774 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:48.806 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:47.052307+0000 mgr.smithi089.ojauep (mgr.14180) 451 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:48.806 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:47.401181+0000 mgr.smithi089.ojauep (mgr.14180) 452 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:48.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:47.052307+0000 mgr.smithi089.ojauep (mgr.14180) 451 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:48.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:47.401181+0000 mgr.smithi089.ojauep (mgr.14180) 452 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:50.030 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:50.030 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:50.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:50.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:49.052733+0000 mgr.smithi089.ojauep (mgr.14180) 453 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:17:50.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:49.052733+0000 mgr.smithi089.ojauep (mgr.14180) 453 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:17:51.391 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:51.700 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:50.026740+0000 mgr.smithi089.ojauep (mgr.14180) 454 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:51.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:50.026740+0000 mgr.smithi089.ojauep (mgr.14180) 454 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:52.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:51.053139+0000 mgr.smithi089.ojauep (mgr.14180) 455 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:52.626 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:52.626 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:52.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:51.053139+0000 mgr.smithi089.ojauep (mgr.14180) 455 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:53.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:53.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:52.623076+0000 mgr.smithi089.ojauep (mgr.14180) 456 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:53.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:52.623076+0000 mgr.smithi089.ojauep (mgr.14180) 456 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:54.024 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:54.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:53.053781+0000 mgr.smithi089.ojauep (mgr.14180) 457 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:54.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:53.053781+0000 mgr.smithi089.ojauep (mgr.14180) 457 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:55.319 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:55.320 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:55.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:56.682 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:56.716 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:55.054249+0000 mgr.smithi089.ojauep (mgr.14180) 458 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:56.716 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:55.316238+0000 mgr.smithi089.ojauep (mgr.14180) 459 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:56.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:55.054249+0000 mgr.smithi089.ojauep (mgr.14180) 458 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:56.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:55.316238+0000 mgr.smithi089.ojauep (mgr.14180) 459 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:57.999 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:17:58.000 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:58.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:58.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:57.054943+0000 mgr.smithi089.ojauep (mgr.14180) 460 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:58.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:57.054943+0000 mgr.smithi089.ojauep (mgr.14180) 460 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:17:59.389 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:59.706 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:17:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:17:57.996524+0000 mgr.smithi089.ojauep (mgr.14180) 461 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:59.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:17:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:17:57.996524+0000 mgr.smithi089.ojauep (mgr.14180) 461 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:00.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:17:59.055663+0000 mgr.smithi089.ojauep (mgr.14180) 462 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:18:00.687 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:00.687 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:00.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:17:59.055663+0000 mgr.smithi089.ojauep (mgr.14180) 462 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:18:01.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:02.048 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:02.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:00.684182+0000 mgr.smithi089.ojauep (mgr.14180) 463 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:02.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:01.056064+0000 mgr.smithi089.ojauep (mgr.14180) 464 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:02.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:00.684182+0000 mgr.smithi089.ojauep (mgr.14180) 463 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:02.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:01.056064+0000 mgr.smithi089.ojauep (mgr.14180) 464 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:03.301 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:03.301 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:03.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:04.648 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:04.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:03.056508+0000 mgr.smithi089.ojauep (mgr.14180) 465 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:04.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:03.297716+0000 mgr.smithi089.ojauep (mgr.14180) 466 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:04.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:03.056508+0000 mgr.smithi089.ojauep (mgr.14180) 465 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:04.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:03.297716+0000 mgr.smithi089.ojauep (mgr.14180) 466 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:05.929 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:05.929 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:06.278 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:06.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:05.057251+0000 mgr.smithi089.ojauep (mgr.14180) 467 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:06.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:05.057251+0000 mgr.smithi089.ojauep (mgr.14180) 467 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:07.279 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:07.580 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:05.925420+0000 mgr.smithi089.ojauep (mgr.14180) 468 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:07.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:05.925420+0000 mgr.smithi089.ojauep (mgr.14180) 468 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:08.554 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:08.554 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:08.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:07.057957+0000 mgr.smithi089.ojauep (mgr.14180) 469 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:08.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:07.057957+0000 mgr.smithi089.ojauep (mgr.14180) 469 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:08.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:09.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:08.551101+0000 mgr.smithi089.ojauep (mgr.14180) 470 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:09.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:08.551101+0000 mgr.smithi089.ojauep (mgr.14180) 470 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:09.904 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:10.599 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:09.058446+0000 mgr.smithi089.ojauep (mgr.14180) 471 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:18:10.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:09.058446+0000 mgr.smithi089.ojauep (mgr.14180) 471 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:18:11.221 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:11.221 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:11.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:12.605 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:12.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:11.058870+0000 mgr.smithi089.ojauep (mgr.14180) 472 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:12.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:11.217600+0000 mgr.smithi089.ojauep (mgr.14180) 473 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:12.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:11.058870+0000 mgr.smithi089.ojauep (mgr.14180) 472 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:12.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:11.217600+0000 mgr.smithi089.ojauep (mgr.14180) 473 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:13.888 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:13.888 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:14.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:14.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:13.059293+0000 mgr.smithi089.ojauep (mgr.14180) 474 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:14.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:13.059293+0000 mgr.smithi089.ojauep (mgr.14180) 474 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:15.254 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:15.563 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:13.885052+0000 mgr.smithi089.ojauep (mgr.14180) 475 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:15.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:13.885052+0000 mgr.smithi089.ojauep (mgr.14180) 475 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:16.555 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:16.555 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:16.817 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:15.060037+0000 mgr.smithi089.ojauep (mgr.14180) 476 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:16.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:15.060037+0000 mgr.smithi089.ojauep (mgr.14180) 476 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:16.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:17.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:16.552211+0000 mgr.smithi089.ojauep (mgr.14180) 477 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:17.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:16.552211+0000 mgr.smithi089.ojauep (mgr.14180) 477 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:17.912 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:18.789 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:17.060455+0000 mgr.smithi089.ojauep (mgr.14180) 478 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:18.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:17.060455+0000 mgr.smithi089.ojauep (mgr.14180) 478 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:19.166 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:19.166 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:19.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:20.525 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:20.829 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:19.060960+0000 mgr.smithi089.ojauep (mgr.14180) 479 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:18:20.829 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:19.162893+0000 mgr.smithi089.ojauep (mgr.14180) 480 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:20.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:19.060960+0000 mgr.smithi089.ojauep (mgr.14180) 479 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:18:20.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:19.162893+0000 mgr.smithi089.ojauep (mgr.14180) 480 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:21.758 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:21.758 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:22.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:22.801 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:21.061551+0000 mgr.smithi089.ojauep (mgr.14180) 481 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:22.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:21.061551+0000 mgr.smithi089.ojauep (mgr.14180) 481 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:23.128 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:23.780 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:21.755083+0000 mgr.smithi089.ojauep (mgr.14180) 482 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:23.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:21.755083+0000 mgr.smithi089.ojauep (mgr.14180) 482 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:24.432 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:24.432 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:24.791 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:23.062165+0000 mgr.smithi089.ojauep (mgr.14180) 483 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:24.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:23.062165+0000 mgr.smithi089.ojauep (mgr.14180) 483 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:25.795 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:25.827 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:24.427764+0000 mgr.smithi089.ojauep (mgr.14180) 484 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:25.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:24.427764+0000 mgr.smithi089.ojauep (mgr.14180) 484 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:26.670 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:25.062654+0000 mgr.smithi089.ojauep (mgr.14180) 485 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:26.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:25.062654+0000 mgr.smithi089.ojauep (mgr.14180) 485 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:27.006 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:27.006 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:27.358 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:28.359 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:28.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:27.002699+0000 mgr.smithi089.ojauep (mgr.14180) 486 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:28.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:27.063044+0000 mgr.smithi089.ojauep (mgr.14180) 487 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:28.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:27.002699+0000 mgr.smithi089.ojauep (mgr.14180) 486 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:28.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:27.063044+0000 mgr.smithi089.ojauep (mgr.14180) 487 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:29.600 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:29.600 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:29.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:30.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:29.063729+0000 mgr.smithi089.ojauep (mgr.14180) 488 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:18:30.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:29.596805+0000 mgr.smithi089.ojauep (mgr.14180) 489 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:30.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:29.063729+0000 mgr.smithi089.ojauep (mgr.14180) 488 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:18:30.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:29.596805+0000 mgr.smithi089.ojauep (mgr.14180) 489 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:30.959 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:32.261 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:32.261 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:32.548 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:31.064180+0000 mgr.smithi089.ojauep (mgr.14180) 490 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:32.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:32.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:31.064180+0000 mgr.smithi089.ojauep (mgr.14180) 490 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:33.643 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:33.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:32.258084+0000 mgr.smithi089.ojauep (mgr.14180) 491 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:33.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:33 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:32.258084+0000 mgr.smithi089.ojauep (mgr.14180) 491 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:34.570 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:33.064603+0000 mgr.smithi089.ojauep (mgr.14180) 492 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:34.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:33.064603+0000 mgr.smithi089.ojauep (mgr.14180) 492 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:34.926 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:34.926 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:35.291 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:36.292 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:36.609 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:34.922419+0000 mgr.smithi089.ojauep (mgr.14180) 493 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:36.609 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:35.065107+0000 mgr.smithi089.ojauep (mgr.14180) 494 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:36.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:34.922419+0000 mgr.smithi089.ojauep (mgr.14180) 493 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:36.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:35.065107+0000 mgr.smithi089.ojauep (mgr.14180) 494 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:37.573 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:37.574 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:37.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:38.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:37.065789+0000 mgr.smithi089.ojauep (mgr.14180) 495 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:38.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:37.570120+0000 mgr.smithi089.ojauep (mgr.14180) 496 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:38.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:37.065789+0000 mgr.smithi089.ojauep (mgr.14180) 495 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:38.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:37.570120+0000 mgr.smithi089.ojauep (mgr.14180) 496 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:38.915 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:40.158 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:40.158 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:40.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:40.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:39.066323+0000 mgr.smithi089.ojauep (mgr.14180) 497 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:18:40.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:39.066323+0000 mgr.smithi089.ojauep (mgr.14180) 497 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:18:41.517 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:41.825 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:41 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:40.154244+0000 mgr.smithi089.ojauep (mgr.14180) 498 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:41.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:41 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:40.154244+0000 mgr.smithi089.ojauep (mgr.14180) 498 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:42.769 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:42.769 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:42.789 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:41.066798+0000 mgr.smithi089.ojauep (mgr.14180) 499 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:42.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:41.066798+0000 mgr.smithi089.ojauep (mgr.14180) 499 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:43.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:44.124 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:44.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:42.765583+0000 mgr.smithi089.ojauep (mgr.14180) 500 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:44.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:43.067282+0000 mgr.smithi089.ojauep (mgr.14180) 501 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:44.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:42.765583+0000 mgr.smithi089.ojauep (mgr.14180) 500 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:44.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:43.067282+0000 mgr.smithi089.ojauep (mgr.14180) 501 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:45.349 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:45.349 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:45.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:46.706 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:46.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:45.067926+0000 mgr.smithi089.ojauep (mgr.14180) 502 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:46.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:45.345272+0000 mgr.smithi089.ojauep (mgr.14180) 503 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:46.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:45.067926+0000 mgr.smithi089.ojauep (mgr.14180) 502 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:46.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:45.345272+0000 mgr.smithi089.ojauep (mgr.14180) 503 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:47.915 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:47.915 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:48.322 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:48.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:47.068450+0000 mgr.smithi089.ojauep (mgr.14180) 504 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:48.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:47.068450+0000 mgr.smithi089.ojauep (mgr.14180) 504 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:49.322 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:49.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:47.912084+0000 mgr.smithi089.ojauep (mgr.14180) 505 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:49.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:49 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:47.912084+0000 mgr.smithi089.ojauep (mgr.14180) 505 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:50.628 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:50.628 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:50.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:49.069109+0000 mgr.smithi089.ojauep (mgr.14180) 506 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:18:50.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:49.069109+0000 mgr.smithi089.ojauep (mgr.14180) 506 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:18:50.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:51.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:50.625172+0000 mgr.smithi089.ojauep (mgr.14180) 507 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:51.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:50.625172+0000 mgr.smithi089.ojauep (mgr.14180) 507 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:51.980 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:52.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:51.069548+0000 mgr.smithi089.ojauep (mgr.14180) 508 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:52.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:51.069548+0000 mgr.smithi089.ojauep (mgr.14180) 508 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:53.257 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:53.257 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:53.621 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:54.622 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:54.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:53.069948+0000 mgr.smithi089.ojauep (mgr.14180) 509 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:54.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:53.253796+0000 mgr.smithi089.ojauep (mgr.14180) 510 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:54.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:53.069948+0000 mgr.smithi089.ojauep (mgr.14180) 509 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:54.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:53.253796+0000 mgr.smithi089.ojauep (mgr.14180) 510 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:55.929 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:55.929 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:56.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:56.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:55.070411+0000 mgr.smithi089.ojauep (mgr.14180) 511 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:56.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:55.070411+0000 mgr.smithi089.ojauep (mgr.14180) 511 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:57.297 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:57.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:55.925277+0000 mgr.smithi089.ojauep (mgr.14180) 512 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:57.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:55.925277+0000 mgr.smithi089.ojauep (mgr.14180) 512 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:58.572 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:18:58.572 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:58.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:57.070929+0000 mgr.smithi089.ojauep (mgr.14180) 513 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:58.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:57.070929+0000 mgr.smithi089.ojauep (mgr.14180) 513 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:18:58.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:59.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:18:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:18:58.569056+0000 mgr.smithi089.ojauep (mgr.14180) 514 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:59.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:18:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:18:58.569056+0000 mgr.smithi089.ojauep (mgr.14180) 514 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:59.930 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:00.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:18:59.071401+0000 mgr.smithi089.ojauep (mgr.14180) 515 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:00.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:18:59.071401+0000 mgr.smithi089.ojauep (mgr.14180) 515 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:01.286 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:01.286 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:01.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:02.655 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:02.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:01.071815+0000 mgr.smithi089.ojauep (mgr.14180) 516 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:02.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:01.282858+0000 mgr.smithi089.ojauep (mgr.14180) 517 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:02.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:01.071815+0000 mgr.smithi089.ojauep (mgr.14180) 516 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:02.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:01.282858+0000 mgr.smithi089.ojauep (mgr.14180) 517 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:03.938 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:03.938 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:04.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:04.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:03.072479+0000 mgr.smithi089.ojauep (mgr.14180) 518 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:04.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:03.072479+0000 mgr.smithi089.ojauep (mgr.14180) 518 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:05.299 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:05.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:03.934562+0000 mgr.smithi089.ojauep (mgr.14180) 519 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:05.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:03.934562+0000 mgr.smithi089.ojauep (mgr.14180) 519 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:06.510 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:06.510 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:06.784 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:05.073039+0000 mgr.smithi089.ojauep (mgr.14180) 520 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:06.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:06.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:05.073039+0000 mgr.smithi089.ojauep (mgr.14180) 520 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:07.872 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:07.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:06.506961+0000 mgr.smithi089.ojauep (mgr.14180) 521 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:07.903 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:06.506961+0000 mgr.smithi089.ojauep (mgr.14180) 521 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:08.806 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:07.073658+0000 mgr.smithi089.ojauep (mgr.14180) 522 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:08.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:07.073658+0000 mgr.smithi089.ojauep (mgr.14180) 522 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:09.173 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:09.174 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:09.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:10.528 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:10.845 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:09.074113+0000 mgr.smithi089.ojauep (mgr.14180) 523 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:10.845 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:09.170531+0000 mgr.smithi089.ojauep (mgr.14180) 524 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:10.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:09.074113+0000 mgr.smithi089.ojauep (mgr.14180) 523 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:10.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:09.170531+0000 mgr.smithi089.ojauep (mgr.14180) 524 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:11.807 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:11.807 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:12.168 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:12.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:11.074520+0000 mgr.smithi089.ojauep (mgr.14180) 525 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:13.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:11.074520+0000 mgr.smithi089.ojauep (mgr.14180) 525 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:13.170 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:13.764 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:11.803675+0000 mgr.smithi089.ojauep (mgr.14180) 526 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:13.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:11.803675+0000 mgr.smithi089.ojauep (mgr.14180) 526 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:14.436 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:14.437 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:14.784 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:13.075199+0000 mgr.smithi089.ojauep (mgr.14180) 527 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:14.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:14.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:13.075199+0000 mgr.smithi089.ojauep (mgr.14180) 527 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:15.787 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:15.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:14.432914+0000 mgr.smithi089.ojauep (mgr.14180) 528 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:16.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:14.432914+0000 mgr.smithi089.ojauep (mgr.14180) 528 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:16.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:15.075791+0000 mgr.smithi089.ojauep (mgr.14180) 529 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:16.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:15.075791+0000 mgr.smithi089.ojauep (mgr.14180) 529 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:17.072 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:17.072 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:17.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:18.429 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:18.760 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:17.068665+0000 mgr.smithi089.ojauep (mgr.14180) 530 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:18.760 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:17.076197+0000 mgr.smithi089.ojauep (mgr.14180) 531 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:18.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:17.068665+0000 mgr.smithi089.ojauep (mgr.14180) 530 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:18.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:17.076197+0000 mgr.smithi089.ojauep (mgr.14180) 531 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:19.717 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:19.718 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:20.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:21.069 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:21.100 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:19.076857+0000 mgr.smithi089.ojauep (mgr.14180) 532 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:21.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:19.076857+0000 mgr.smithi089.ojauep (mgr.14180) 532 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:21.973 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:19.714229+0000 mgr.smithi089.ojauep (mgr.14180) 533 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:22.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:19.714229+0000 mgr.smithi089.ojauep (mgr.14180) 533 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:22.332 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:22.332 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:22.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:23.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:21.077272+0000 mgr.smithi089.ojauep (mgr.14180) 534 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:23.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:22.328880+0000 mgr.smithi089.ojauep (mgr.14180) 535 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:23.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:21.077272+0000 mgr.smithi089.ojauep (mgr.14180) 534 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:23.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:22.328880+0000 mgr.smithi089.ojauep (mgr.14180) 535 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:23.694 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:24.002 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:23.077794+0000 mgr.smithi089.ojauep (mgr.14180) 536 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:24.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:23.077794+0000 mgr.smithi089.ojauep (mgr.14180) 536 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:24.993 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:24.993 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:25.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:26.352 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:26.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:24.989923+0000 mgr.smithi089.ojauep (mgr.14180) 537 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:26.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:25.078316+0000 mgr.smithi089.ojauep (mgr.14180) 538 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:26.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:24.989923+0000 mgr.smithi089.ojauep (mgr.14180) 537 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:26.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:25.078316+0000 mgr.smithi089.ojauep (mgr.14180) 538 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:27.690 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:27.690 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:28.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:28.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:27.078885+0000 mgr.smithi089.ojauep (mgr.14180) 539 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:28.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:27.078885+0000 mgr.smithi089.ojauep (mgr.14180) 539 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:29.049 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:29.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:27.687104+0000 mgr.smithi089.ojauep (mgr.14180) 540 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:29.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:27.687104+0000 mgr.smithi089.ojauep (mgr.14180) 540 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:30.320 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:30.320 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:30.573 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:29.079356+0000 mgr.smithi089.ojauep (mgr.14180) 541 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:30.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:29.079356+0000 mgr.smithi089.ojauep (mgr.14180) 541 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:30.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:31.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:30.316865+0000 mgr.smithi089.ojauep (mgr.14180) 542 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:31.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:30.316865+0000 mgr.smithi089.ojauep (mgr.14180) 542 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:31.653 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:32.560 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:31.079874+0000 mgr.smithi089.ojauep (mgr.14180) 543 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:32.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:31.079874+0000 mgr.smithi089.ojauep (mgr.14180) 543 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:32.926 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:32.926 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:33.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:34.284 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:34.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:32.922503+0000 mgr.smithi089.ojauep (mgr.14180) 544 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:34.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:33.080339+0000 mgr.smithi089.ojauep (mgr.14180) 545 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:34.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:32.922503+0000 mgr.smithi089.ojauep (mgr.14180) 544 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:34.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:33.080339+0000 mgr.smithi089.ojauep (mgr.14180) 545 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:35.507 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:35.508 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:35.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:36.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:35.080767+0000 mgr.smithi089.ojauep (mgr.14180) 546 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:36.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:35.504081+0000 mgr.smithi089.ojauep (mgr.14180) 547 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:36.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:35.080767+0000 mgr.smithi089.ojauep (mgr.14180) 546 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:36.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:35.504081+0000 mgr.smithi089.ojauep (mgr.14180) 547 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:36.866 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:38.115 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:38.115 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:38.473 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:37.081153+0000 mgr.smithi089.ojauep (mgr.14180) 548 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:38.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:38.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:37.081153+0000 mgr.smithi089.ojauep (mgr.14180) 548 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:39.478 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:39.509 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:38.111472+0000 mgr.smithi089.ojauep (mgr.14180) 549 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:39.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:38.111472+0000 mgr.smithi089.ojauep (mgr.14180) 549 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:40.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:39.081699+0000 mgr.smithi089.ojauep (mgr.14180) 550 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:40.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:39.081699+0000 mgr.smithi089.ojauep (mgr.14180) 550 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:40.741 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:40.741 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:41.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:42.106 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:42.415 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:40.738342+0000 mgr.smithi089.ojauep (mgr.14180) 551 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:42.415 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:41.082131+0000 mgr.smithi089.ojauep (mgr.14180) 552 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:42.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:40.738342+0000 mgr.smithi089.ojauep (mgr.14180) 551 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:42.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:41.082131+0000 mgr.smithi089.ojauep (mgr.14180) 552 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:43.428 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:43.428 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:43.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:44.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:43.082535+0000 mgr.smithi089.ojauep (mgr.14180) 553 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:44.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:43.425013+0000 mgr.smithi089.ojauep (mgr.14180) 554 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:44.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:43.082535+0000 mgr.smithi089.ojauep (mgr.14180) 553 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:44.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:43.425013+0000 mgr.smithi089.ojauep (mgr.14180) 554 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:44.793 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:46.029 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:46.029 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:46.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:45.083065+0000 mgr.smithi089.ojauep (mgr.14180) 555 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:46.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:46.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:45.083065+0000 mgr.smithi089.ojauep (mgr.14180) 555 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:47.381 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:47.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:46.025516+0000 mgr.smithi089.ojauep (mgr.14180) 556 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:47.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:47 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:46.025516+0000 mgr.smithi089.ojauep (mgr.14180) 556 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:48.613 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:48.613 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:48.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:47.083500+0000 mgr.smithi089.ojauep (mgr.14180) 557 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:48.642 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:47.083500+0000 mgr.smithi089.ojauep (mgr.14180) 557 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:49.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:49.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:48.609596+0000 mgr.smithi089.ojauep (mgr.14180) 558 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:49.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:49 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:48.609596+0000 mgr.smithi089.ojauep (mgr.14180) 558 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:50.026 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:50.348 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:49.084198+0000 mgr.smithi089.ojauep (mgr.14180) 559 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:50.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:49.084198+0000 mgr.smithi089.ojauep (mgr.14180) 559 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:51.363 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:51.363 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:51.772 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:52.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:51.084623+0000 mgr.smithi089.ojauep (mgr.14180) 560 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:52.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:51.360048+0000 mgr.smithi089.ojauep (mgr.14180) 561 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:52.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:51.084623+0000 mgr.smithi089.ojauep (mgr.14180) 560 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:52.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:51.360048+0000 mgr.smithi089.ojauep (mgr.14180) 561 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:52.773 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:54.065 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:54.065 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:12:14.456255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:54.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:53.084995+0000 mgr.smithi089.ojauep (mgr.14180) 562 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:54.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:54.166209+0000 mon.smithi089 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.bxkshu"}]: dispatch 2024-01-24T03:19:54.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:54.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:53.084995+0000 mgr.smithi089.ojauep (mgr.14180) 562 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:54.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:54.166209+0000 mon.smithi089 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.bxkshu"}]: dispatch 2024-01-24T03:19:55.459 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:55.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:54.061684+0000 mgr.smithi089.ojauep (mgr.14180) 563 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:55.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:19:54.165734+0000 mgr.smithi089.ojauep (mgr.14180) 564 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu 2024-01-24T03:19:55.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu 2024-01-24T03:19:55.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu 2024-01-24T03:19:55.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu 2024-01-24T03:19:55.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Deploy daemon haproxy.nfs.foo.smithi105.bxkshu ... 2024-01-24T03:19:55.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:55.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:19:55.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:18:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:19:55.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:18:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:19:55.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:19:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:19:55.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:19:55.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:55.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Traceback (most recent call last): 2024-01-24T03:19:55.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:19:55.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: yield (conn, connr) 2024-01-24T03:19:55.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:19:55.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: code, '\n'.join(err))) 2024-01-24T03:19:55.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu 2024-01-24T03:19:55.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu 2024-01-24T03:19:55.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu 2024-01-24T03:19:55.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu 2024-01-24T03:19:55.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Deploy daemon haproxy.nfs.foo.smithi105.bxkshu ... 2024-01-24T03:19:55.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:55.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:19:55.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:18:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:19:55.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:18:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:19:55.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:19:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:19:55.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:19:55.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:55.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:19:54.165927+0000 mgr.smithi089.ojauep (mgr.14180) 565 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.bxkshu 2024-01-24T03:19:55.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:19:54.166941+0000 mgr.smithi089.ojauep (mgr.14180) 566 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu 2024-01-24T03:19:55.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu 2024-01-24T03:19:55.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu 2024-01-24T03:19:55.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu 2024-01-24T03:19:55.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Deploy daemon haproxy.nfs.foo.smithi105.bxkshu ... 2024-01-24T03:19:55.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:55.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:19:55.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:18:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:19:55.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:18:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:19:55.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:19:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:19:55.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:19:55.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:55.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:19:54.168283+0000 mgr.smithi089.ojauep (mgr.14180) 567 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi089.lttndk on smithi089 2024-01-24T03:19:55.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:54.061684+0000 mgr.smithi089.ojauep (mgr.14180) 563 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:55.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:19:54.165734+0000 mgr.smithi089.ojauep (mgr.14180) 564 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu 2024-01-24T03:19:55.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu 2024-01-24T03:19:55.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu 2024-01-24T03:19:55.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu 2024-01-24T03:19:55.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Deploy daemon haproxy.nfs.foo.smithi105.bxkshu ... 2024-01-24T03:19:55.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:55.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:19:55.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:18:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:19:55.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:18:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:19:55.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:19:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:19:55.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:19:55.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:55.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Traceback (most recent call last): 2024-01-24T03:19:55.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:19:55.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: yield (conn, connr) 2024-01-24T03:19:55.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:19:55.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: code, '\n'.join(err))) 2024-01-24T03:19:55.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu 2024-01-24T03:19:55.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu 2024-01-24T03:19:55.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu 2024-01-24T03:19:55.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu 2024-01-24T03:19:55.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Deploy daemon haproxy.nfs.foo.smithi105.bxkshu ... 2024-01-24T03:19:55.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:55.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:19:55.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:18:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:19:55.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:18:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:19:55.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:19:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:19:55.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:19:55.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:55.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:19:54.165927+0000 mgr.smithi089.ojauep (mgr.14180) 565 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.bxkshu 2024-01-24T03:19:55.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:19:54.166941+0000 mgr.smithi089.ojauep (mgr.14180) 566 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu 2024-01-24T03:19:55.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu 2024-01-24T03:19:55.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu 2024-01-24T03:19:55.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu 2024-01-24T03:19:55.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Deploy daemon haproxy.nfs.foo.smithi105.bxkshu ... 2024-01-24T03:19:55.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:55.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:19:55.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:18:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:19:55.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:18:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:19:55.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:19:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:19:55.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:19:55.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:55.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:19:54.168283+0000 mgr.smithi089.ojauep (mgr.14180) 567 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi089.lttndk on smithi089 2024-01-24T03:19:56.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:55.085533+0000 mgr.smithi089.ojauep (mgr.14180) 568 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:56.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:55.085533+0000 mgr.smithi089.ojauep (mgr.14180) 568 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:56.744 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:56.744 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:57.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:58.097 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:58.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:56.740557+0000 mgr.smithi089.ojauep (mgr.14180) 569 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:58.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:19:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:57.085959+0000 mgr.smithi089.ojauep (mgr.14180) 570 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:58.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:56.740557+0000 mgr.smithi089.ojauep (mgr.14180) 569 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:58.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:19:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:57.085959+0000 mgr.smithi089.ojauep (mgr.14180) 570 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:19:59.351 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:19:59.352 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:59.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:00.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:19:59.086422+0000 mgr.smithi089.ojauep (mgr.14180) 571 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:00.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:19:59.348284+0000 mgr.smithi089.ojauep (mgr.14180) 572 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:00.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:00.000154+0000 mon.smithi089 (mon.0) 662 : cluster [INF] overall HEALTH_OK 2024-01-24T03:20:00.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:19:59.086422+0000 mgr.smithi089.ojauep (mgr.14180) 571 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:00.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:19:59.348284+0000 mgr.smithi089.ojauep (mgr.14180) 572 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:00.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:00.000154+0000 mon.smithi089 (mon.0) 662 : cluster [INF] overall HEALTH_OK 2024-01-24T03:20:00.705 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:01.969 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:01.969 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:02.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:02.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:01.086885+0000 mgr.smithi089.ojauep (mgr.14180) 573 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:02.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:01.086885+0000 mgr.smithi089.ojauep (mgr.14180) 573 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:03.331 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:03.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:01.965784+0000 mgr.smithi089.ojauep (mgr.14180) 574 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:03.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:01.965784+0000 mgr.smithi089.ojauep (mgr.14180) 574 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:04.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:03.087498+0000 mgr.smithi089.ojauep (mgr.14180) 575 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:04.629 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:04.629 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:04.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:03.087498+0000 mgr.smithi089.ojauep (mgr.14180) 575 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:05.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:05.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:04.625966+0000 mgr.smithi089.ojauep (mgr.14180) 576 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:05.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:04.625966+0000 mgr.smithi089.ojauep (mgr.14180) 576 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:06.013 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:06.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:05.088214+0000 mgr.smithi089.ojauep (mgr.14180) 577 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:06.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:05.088214+0000 mgr.smithi089.ojauep (mgr.14180) 577 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:07.251 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:07.251 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:07.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:08.603 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:08.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:07.088754+0000 mgr.smithi089.ojauep (mgr.14180) 578 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:08.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:07.248444+0000 mgr.smithi089.ojauep (mgr.14180) 579 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:08.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:07.088754+0000 mgr.smithi089.ojauep (mgr.14180) 578 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:08.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:07.248444+0000 mgr.smithi089.ojauep (mgr.14180) 579 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:09.888 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:09.888 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:10.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:09.089193+0000 mgr.smithi089.ojauep (mgr.14180) 580 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:10.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:09.089193+0000 mgr.smithi089.ojauep (mgr.14180) 580 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:11.253 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:11.569 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:09.885212+0000 mgr.smithi089.ojauep (mgr.14180) 581 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:11.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:09.885212+0000 mgr.smithi089.ojauep (mgr.14180) 581 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:12.546 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:12.546 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:12.566 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:11.089594+0000 mgr.smithi089.ojauep (mgr.14180) 582 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:12.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:11.089594+0000 mgr.smithi089.ojauep (mgr.14180) 582 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:12.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:13.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:12.542572+0000 mgr.smithi089.ojauep (mgr.14180) 583 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:13.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:12.542572+0000 mgr.smithi089.ojauep (mgr.14180) 583 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:13.943 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:14.530 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:13.090137+0000 mgr.smithi089.ojauep (mgr.14180) 584 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:14.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:13.090137+0000 mgr.smithi089.ojauep (mgr.14180) 584 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:15.194 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:15.195 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:15.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:16.552 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:16.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:15.090579+0000 mgr.smithi089.ojauep (mgr.14180) 585 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:16.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:15.190929+0000 mgr.smithi089.ojauep (mgr.14180) 586 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:16.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:15.090579+0000 mgr.smithi089.ojauep (mgr.14180) 585 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:16.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:15.190929+0000 mgr.smithi089.ojauep (mgr.14180) 586 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:17.955 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:17.955 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:18.308 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:18.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:17.091015+0000 mgr.smithi089.ojauep (mgr.14180) 587 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:18.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:17.091015+0000 mgr.smithi089.ojauep (mgr.14180) 587 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:19.310 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:19.610 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:17.951734+0000 mgr.smithi089.ojauep (mgr.14180) 588 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:19.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:17.951734+0000 mgr.smithi089.ojauep (mgr.14180) 588 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:20.560 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:20.560 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:20.580 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:19.091751+0000 mgr.smithi089.ojauep (mgr.14180) 589 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:20.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:19.091751+0000 mgr.smithi089.ojauep (mgr.14180) 589 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:20.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:21.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:20.556102+0000 mgr.smithi089.ojauep (mgr.14180) 590 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:21.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:20.556102+0000 mgr.smithi089.ojauep (mgr.14180) 590 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:21.901 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:22.586 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:21.092412+0000 mgr.smithi089.ojauep (mgr.14180) 591 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:22.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:21.092412+0000 mgr.smithi089.ojauep (mgr.14180) 591 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:23.201 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:23.201 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:23.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:24.610 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:24.643 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:23.092840+0000 mgr.smithi089.ojauep (mgr.14180) 592 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:24.643 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:23.196509+0000 mgr.smithi089.ojauep (mgr.14180) 593 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:24.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:23.092840+0000 mgr.smithi089.ojauep (mgr.14180) 592 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:24.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:23.196509+0000 mgr.smithi089.ojauep (mgr.14180) 593 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:25.865 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:25.866 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:26.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:26.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:25.093280+0000 mgr.smithi089.ojauep (mgr.14180) 594 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:26.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:25.093280+0000 mgr.smithi089.ojauep (mgr.14180) 594 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:27.208 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:27.517 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:25.861923+0000 mgr.smithi089.ojauep (mgr.14180) 595 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:27.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:25.861923+0000 mgr.smithi089.ojauep (mgr.14180) 595 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:28.466 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:28.467 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:28.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:27.093978+0000 mgr.smithi089.ojauep (mgr.14180) 596 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:28.731 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:27.093978+0000 mgr.smithi089.ojauep (mgr.14180) 596 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:28.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:29.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:28.463492+0000 mgr.smithi089.ojauep (mgr.14180) 597 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:29.825 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:29.857 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:28.463492+0000 mgr.smithi089.ojauep (mgr.14180) 597 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:30.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:29.094456+0000 mgr.smithi089.ojauep (mgr.14180) 598 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:30.704 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:29.094456+0000 mgr.smithi089.ojauep (mgr.14180) 598 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:31.055 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:31.056 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:31.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:32.423 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:32.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:31.052636+0000 mgr.smithi089.ojauep (mgr.14180) 599 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:32.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:31.095070+0000 mgr.smithi089.ojauep (mgr.14180) 600 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:32.708 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:31.052636+0000 mgr.smithi089.ojauep (mgr.14180) 599 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:32.708 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:31.095070+0000 mgr.smithi089.ojauep (mgr.14180) 600 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:33.712 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:33.712 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:34.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:34.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:33.095676+0000 mgr.smithi089.ojauep (mgr.14180) 601 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:34.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:33.095676+0000 mgr.smithi089.ojauep (mgr.14180) 601 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:35.073 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:35.712 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:33.709264+0000 mgr.smithi089.ojauep (mgr.14180) 602 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:35.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:33.709264+0000 mgr.smithi089.ojauep (mgr.14180) 602 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:36.382 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:36.382 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:36.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:35.096144+0000 mgr.smithi089.ojauep (mgr.14180) 603 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:36.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:36.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:35.096144+0000 mgr.smithi089.ojauep (mgr.14180) 603 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:37.730 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:37.764 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:37 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:36.378380+0000 mgr.smithi089.ojauep (mgr.14180) 604 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:37.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:37 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:36.378380+0000 mgr.smithi089.ojauep (mgr.14180) 604 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:38.643 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:37.096610+0000 mgr.smithi089.ojauep (mgr.14180) 605 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:38.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:37.096610+0000 mgr.smithi089.ojauep (mgr.14180) 605 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:38.995 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:38.996 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:39.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:40.347 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:40.649 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:38.991910+0000 mgr.smithi089.ojauep (mgr.14180) 606 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:40.649 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:39.097020+0000 mgr.smithi089.ojauep (mgr.14180) 607 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:40.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:38.991910+0000 mgr.smithi089.ojauep (mgr.14180) 606 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:40.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:39.097020+0000 mgr.smithi089.ojauep (mgr.14180) 607 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:41.598 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:41.598 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:41.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:42.801 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:41.097428+0000 mgr.smithi089.ojauep (mgr.14180) 608 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:42.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:41.594515+0000 mgr.smithi089.ojauep (mgr.14180) 609 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:42.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:41.097428+0000 mgr.smithi089.ojauep (mgr.14180) 608 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:42.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:41.594515+0000 mgr.smithi089.ojauep (mgr.14180) 609 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:42.973 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:44.253 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:44.253 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:44.528 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:43.097881+0000 mgr.smithi089.ojauep (mgr.14180) 610 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:44.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:44.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:43.097881+0000 mgr.smithi089.ojauep (mgr.14180) 610 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:45.606 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:45.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:45 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:44.249369+0000 mgr.smithi089.ojauep (mgr.14180) 611 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:45.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:45 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:44.249369+0000 mgr.smithi089.ojauep (mgr.14180) 611 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:46.533 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:45.098568+0000 mgr.smithi089.ojauep (mgr.14180) 612 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:46.891 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:46.891 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:46.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:45.098568+0000 mgr.smithi089.ojauep (mgr.14180) 612 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:47.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:48.239 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:48.539 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:46.888028+0000 mgr.smithi089.ojauep (mgr.14180) 613 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:48.539 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:47.099008+0000 mgr.smithi089.ojauep (mgr.14180) 614 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:48.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:46.888028+0000 mgr.smithi089.ojauep (mgr.14180) 613 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:48.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:47.099008+0000 mgr.smithi089.ojauep (mgr.14180) 614 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:49.512 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:49.512 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:49.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:50.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:49.099455+0000 mgr.smithi089.ojauep (mgr.14180) 615 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:50.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:49.509246+0000 mgr.smithi089.ojauep (mgr.14180) 616 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:50.880 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:50.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:49.099455+0000 mgr.smithi089.ojauep (mgr.14180) 615 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:50.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:49.509246+0000 mgr.smithi089.ojauep (mgr.14180) 616 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:52.189 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:52.189 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:52.543 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:51.099870+0000 mgr.smithi089.ojauep (mgr.14180) 617 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:52.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:52.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:51.099870+0000 mgr.smithi089.ojauep (mgr.14180) 617 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:53.546 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:53.847 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:52.185917+0000 mgr.smithi089.ojauep (mgr.14180) 618 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:53.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:52.185917+0000 mgr.smithi089.ojauep (mgr.14180) 618 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:54.490 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:53.100293+0000 mgr.smithi089.ojauep (mgr.14180) 619 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:54.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:53.100293+0000 mgr.smithi089.ojauep (mgr.14180) 619 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:54.839 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:54.840 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:55.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:56.196 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:56.504 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:54.836111+0000 mgr.smithi089.ojauep (mgr.14180) 620 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:56.504 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:55.100776+0000 mgr.smithi089.ojauep (mgr.14180) 621 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:56.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:54.836111+0000 mgr.smithi089.ojauep (mgr.14180) 620 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:56.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:55.100776+0000 mgr.smithi089.ojauep (mgr.14180) 621 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:57.480 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:20:57.481 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:57.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:58.837 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:58.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:57.101204+0000 mgr.smithi089.ojauep (mgr.14180) 622 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:58.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:20:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:20:57.477168+0000 mgr.smithi089.ojauep (mgr.14180) 623 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:58.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:57.101204+0000 mgr.smithi089.ojauep (mgr.14180) 622 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:20:58.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:20:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:20:57.477168+0000 mgr.smithi089.ojauep (mgr.14180) 623 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:00.052 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:00.052 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:00.410 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:00.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:20:59.101923+0000 mgr.smithi089.ojauep (mgr.14180) 624 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:00.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:20:59.101923+0000 mgr.smithi089.ojauep (mgr.14180) 624 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:01.411 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:01.703 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:00.048472+0000 mgr.smithi089.ojauep (mgr.14180) 625 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:01.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:00.048472+0000 mgr.smithi089.ojauep (mgr.14180) 625 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:02.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:01.102363+0000 mgr.smithi089.ojauep (mgr.14180) 626 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:02.646 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:02.646 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:02.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:01.102363+0000 mgr.smithi089.ojauep (mgr.14180) 626 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:03.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:03.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:02.643044+0000 mgr.smithi089.ojauep (mgr.14180) 627 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:03.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:02.643044+0000 mgr.smithi089.ojauep (mgr.14180) 627 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:04.011 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:04.581 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:03.102819+0000 mgr.smithi089.ojauep (mgr.14180) 628 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:04.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:03.102819+0000 mgr.smithi089.ojauep (mgr.14180) 628 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:05.280 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:05.280 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:05.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:06.661 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:06.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:05.103268+0000 mgr.smithi089.ojauep (mgr.14180) 629 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:06.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:05.275501+0000 mgr.smithi089.ojauep (mgr.14180) 630 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:06.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:05.103268+0000 mgr.smithi089.ojauep (mgr.14180) 629 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:06.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:05.275501+0000 mgr.smithi089.ojauep (mgr.14180) 630 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:08.001 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:08.001 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:08.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:08.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:07.103728+0000 mgr.smithi089.ojauep (mgr.14180) 631 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:08.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:07.103728+0000 mgr.smithi089.ojauep (mgr.14180) 631 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:09.316 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:09.610 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:07.996382+0000 mgr.smithi089.ojauep (mgr.14180) 632 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:09.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:07.996382+0000 mgr.smithi089.ojauep (mgr.14180) 632 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:10.551 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:10.551 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:10.849 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:09.104395+0000 mgr.smithi089.ojauep (mgr.14180) 633 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:10.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:09.104395+0000 mgr.smithi089.ojauep (mgr.14180) 633 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:10.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:11.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:10.548429+0000 mgr.smithi089.ojauep (mgr.14180) 634 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:11.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:10.548429+0000 mgr.smithi089.ojauep (mgr.14180) 634 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:11.900 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:12.801 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:11.104835+0000 mgr.smithi089.ojauep (mgr.14180) 635 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:12.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:11.104835+0000 mgr.smithi089.ojauep (mgr.14180) 635 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:13.168 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:13.168 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:13.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:14.612 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:14.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:13.105256+0000 mgr.smithi089.ojauep (mgr.14180) 636 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:14.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:13.164827+0000 mgr.smithi089.ojauep (mgr.14180) 637 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:14.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:13.105256+0000 mgr.smithi089.ojauep (mgr.14180) 636 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:14.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:13.164827+0000 mgr.smithi089.ojauep (mgr.14180) 637 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:15.850 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:15.851 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:16.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:16.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:15.105765+0000 mgr.smithi089.ojauep (mgr.14180) 638 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:16.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:15.105765+0000 mgr.smithi089.ojauep (mgr.14180) 638 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:17.209 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:17.845 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:15.846777+0000 mgr.smithi089.ojauep (mgr.14180) 639 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:17.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:15.846777+0000 mgr.smithi089.ojauep (mgr.14180) 639 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:18.519 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:18.519 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:18.789 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:17.106276+0000 mgr.smithi089.ojauep (mgr.14180) 640 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:18.883 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:18.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:17.106276+0000 mgr.smithi089.ojauep (mgr.14180) 640 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:19.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:18.515422+0000 mgr.smithi089.ojauep (mgr.14180) 641 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:19.884 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:19.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:18.515422+0000 mgr.smithi089.ojauep (mgr.14180) 641 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:20.804 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:19.106907+0000 mgr.smithi089.ojauep (mgr.14180) 642 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:20.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:19.106907+0000 mgr.smithi089.ojauep (mgr.14180) 642 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:21.166 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:21.166 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:21.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:22.533 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:22.801 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:21.107319+0000 mgr.smithi089.ojauep (mgr.14180) 643 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:22.801 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:21.162731+0000 mgr.smithi089.ojauep (mgr.14180) 644 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:22.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:21.107319+0000 mgr.smithi089.ojauep (mgr.14180) 643 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:22.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:21.162731+0000 mgr.smithi089.ojauep (mgr.14180) 644 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:23.808 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:23.808 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:24.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:24.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:23.107816+0000 mgr.smithi089.ojauep (mgr.14180) 645 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:23.107816+0000 mgr.smithi089.ojauep (mgr.14180) 645 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:25.175 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:25.786 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:23.804811+0000 mgr.smithi089.ojauep (mgr.14180) 646 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:25.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:23.804811+0000 mgr.smithi089.ojauep (mgr.14180) 646 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:26.426 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:26.427 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:26.779 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:25.108311+0000 mgr.smithi089.ojauep (mgr.14180) 647 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:26.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:26.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:25.108311+0000 mgr.smithi089.ojauep (mgr.14180) 647 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:27.781 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:27.814 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:26.423087+0000 mgr.smithi089.ojauep (mgr.14180) 648 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:27.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:26.423087+0000 mgr.smithi089.ojauep (mgr.14180) 648 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:28.750 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:27.108928+0000 mgr.smithi089.ojauep (mgr.14180) 649 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:28.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:27.108928+0000 mgr.smithi089.ojauep (mgr.14180) 649 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:29.091 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:29.092 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:29.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:30.448 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:30.757 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:29.088393+0000 mgr.smithi089.ojauep (mgr.14180) 650 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:30.757 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:29.109395+0000 mgr.smithi089.ojauep (mgr.14180) 651 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:30.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:29.088393+0000 mgr.smithi089.ojauep (mgr.14180) 650 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:30.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:29.109395+0000 mgr.smithi089.ojauep (mgr.14180) 651 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:31.723 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:31.723 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:32.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:32.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:31.109822+0000 mgr.smithi089.ojauep (mgr.14180) 652 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:32.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:31.109822+0000 mgr.smithi089.ojauep (mgr.14180) 652 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:33.081 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:33.692 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:31.720005+0000 mgr.smithi089.ojauep (mgr.14180) 653 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:33.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:33 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:31.720005+0000 mgr.smithi089.ojauep (mgr.14180) 653 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:34.357 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:34.357 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:34.704 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:33.110248+0000 mgr.smithi089.ojauep (mgr.14180) 654 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:34.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:34.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:33.110248+0000 mgr.smithi089.ojauep (mgr.14180) 654 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:35.706 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:35.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:34.353558+0000 mgr.smithi089.ojauep (mgr.14180) 655 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:35.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:34.353558+0000 mgr.smithi089.ojauep (mgr.14180) 655 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:36.623 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:35.110857+0000 mgr.smithi089.ojauep (mgr.14180) 656 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:36.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:35.110857+0000 mgr.smithi089.ojauep (mgr.14180) 656 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:36.970 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:36.970 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:37.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:38.342 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:38.648 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:36.967203+0000 mgr.smithi089.ojauep (mgr.14180) 657 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:38.648 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:37.111355+0000 mgr.smithi089.ojauep (mgr.14180) 658 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:38.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:36.967203+0000 mgr.smithi089.ojauep (mgr.14180) 657 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:38.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:37.111355+0000 mgr.smithi089.ojauep (mgr.14180) 658 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:39.587 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:39.588 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:39.946 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:40.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:39.111902+0000 mgr.smithi089.ojauep (mgr.14180) 659 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:40.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:39.584603+0000 mgr.smithi089.ojauep (mgr.14180) 660 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:40.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:39.111902+0000 mgr.smithi089.ojauep (mgr.14180) 659 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:40.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:39.584603+0000 mgr.smithi089.ojauep (mgr.14180) 660 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:40.947 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:42.199 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:42.199 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:42.561 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:42.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:41.112445+0000 mgr.smithi089.ojauep (mgr.14180) 661 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:42.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:41.112445+0000 mgr.smithi089.ojauep (mgr.14180) 661 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:43.563 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:43.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:42.195653+0000 mgr.smithi089.ojauep (mgr.14180) 662 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:43.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:42.195653+0000 mgr.smithi089.ojauep (mgr.14180) 662 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:44.858 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:44.858 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:44.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:43.112924+0000 mgr.smithi089.ojauep (mgr.14180) 663 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:44.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:43.112924+0000 mgr.smithi089.ojauep (mgr.14180) 663 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:45.212 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:46.213 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:46.824 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:44.854677+0000 mgr.smithi089.ojauep (mgr.14180) 664 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:46.824 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:45.113375+0000 mgr.smithi089.ojauep (mgr.14180) 665 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:46.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:44.854677+0000 mgr.smithi089.ojauep (mgr.14180) 664 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:46.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:45.113375+0000 mgr.smithi089.ojauep (mgr.14180) 665 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:47.467 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:47.467 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:47.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:48.820 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:48.852 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:47.113847+0000 mgr.smithi089.ojauep (mgr.14180) 666 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:48.852 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:47.463777+0000 mgr.smithi089.ojauep (mgr.14180) 667 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:48.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:47.113847+0000 mgr.smithi089.ojauep (mgr.14180) 666 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:48.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:47.463777+0000 mgr.smithi089.ojauep (mgr.14180) 667 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:50.110 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:50.110 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:50.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:50.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:49.114282+0000 mgr.smithi089.ojauep (mgr.14180) 668 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:50.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:49.114282+0000 mgr.smithi089.ojauep (mgr.14180) 668 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:51.503 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:51.803 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:50.105536+0000 mgr.smithi089.ojauep (mgr.14180) 669 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:51.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:50.105536+0000 mgr.smithi089.ojauep (mgr.14180) 669 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:52.781 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:52.782 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:52.782 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:51.114710+0000 mgr.smithi089.ojauep (mgr.14180) 670 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:52.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:51.114710+0000 mgr.smithi089.ojauep (mgr.14180) 670 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:53.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:54.145 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:54.748 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:52.777335+0000 mgr.smithi089.ojauep (mgr.14180) 671 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:54.748 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:53.115103+0000 mgr.smithi089.ojauep (mgr.14180) 672 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:54.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:52.777335+0000 mgr.smithi089.ojauep (mgr.14180) 671 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:54.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:53.115103+0000 mgr.smithi089.ojauep (mgr.14180) 672 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:55.406 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:55.407 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:55.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:56.785 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:56.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:55.115506+0000 mgr.smithi089.ojauep (mgr.14180) 673 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:56.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:55.403068+0000 mgr.smithi089.ojauep (mgr.14180) 674 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:56.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:55.115506+0000 mgr.smithi089.ojauep (mgr.14180) 673 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:56.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:55.403068+0000 mgr.smithi089.ojauep (mgr.14180) 674 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:57.995 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:21:57.995 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:58.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:58.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:57.116061+0000 mgr.smithi089.ojauep (mgr.14180) 675 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:58.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:57.116061+0000 mgr.smithi089.ojauep (mgr.14180) 675 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:21:59.378 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:59.670 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:21:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:21:57.991394+0000 mgr.smithi089.ojauep (mgr.14180) 676 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:59.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:21:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:21:57.991394+0000 mgr.smithi089.ojauep (mgr.14180) 676 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:00.634 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:00.635 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:00.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:21:59.116841+0000 mgr.smithi089.ojauep (mgr.14180) 677 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:00.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:21:59.116841+0000 mgr.smithi089.ojauep (mgr.14180) 677 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:01.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:01.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:00.630141+0000 mgr.smithi089.ojauep (mgr.14180) 678 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:01.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:00.630141+0000 mgr.smithi089.ojauep (mgr.14180) 678 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:02.002 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:02.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:01.117468+0000 mgr.smithi089.ojauep (mgr.14180) 679 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:02.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:01.117468+0000 mgr.smithi089.ojauep (mgr.14180) 679 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:03.293 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:03.293 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:03.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:04.660 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:04.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:03.117948+0000 mgr.smithi089.ojauep (mgr.14180) 680 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:04.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:03.289558+0000 mgr.smithi089.ojauep (mgr.14180) 681 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:04.970 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:03.117948+0000 mgr.smithi089.ojauep (mgr.14180) 680 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:04.970 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:03.289558+0000 mgr.smithi089.ojauep (mgr.14180) 681 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:05.986 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:05.986 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:06.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:06.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:05.118480+0000 mgr.smithi089.ojauep (mgr.14180) 682 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:07.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:05.118480+0000 mgr.smithi089.ojauep (mgr.14180) 682 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:07.360 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:07.668 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:05.982700+0000 mgr.smithi089.ojauep (mgr.14180) 683 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:07.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:05.982700+0000 mgr.smithi089.ojauep (mgr.14180) 683 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:08.668 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:08.669 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:08.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:07.118942+0000 mgr.smithi089.ojauep (mgr.14180) 684 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:08.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:07.118942+0000 mgr.smithi089.ojauep (mgr.14180) 684 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:09.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:09.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:08.665275+0000 mgr.smithi089.ojauep (mgr.14180) 685 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:10.027 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:10.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:08.665275+0000 mgr.smithi089.ojauep (mgr.14180) 685 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:10.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:09.119393+0000 mgr.smithi089.ojauep (mgr.14180) 686 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:10.902 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:09.119393+0000 mgr.smithi089.ojauep (mgr.14180) 686 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:11.266 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:11.266 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:11.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:12.618 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:12.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:11.119776+0000 mgr.smithi089.ojauep (mgr.14180) 687 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:12.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:11.262466+0000 mgr.smithi089.ojauep (mgr.14180) 688 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:11.119776+0000 mgr.smithi089.ojauep (mgr.14180) 687 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:12.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:11.262466+0000 mgr.smithi089.ojauep (mgr.14180) 688 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:13.886 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:13.886 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:14.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:14.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:13.120157+0000 mgr.smithi089.ojauep (mgr.14180) 689 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:15.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:13.120157+0000 mgr.smithi089.ojauep (mgr.14180) 689 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:15.250 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:15.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:13.882358+0000 mgr.smithi089.ojauep (mgr.14180) 690 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:15.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:13.882358+0000 mgr.smithi089.ojauep (mgr.14180) 690 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:16.470 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:16.471 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:16.822 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:15.120672+0000 mgr.smithi089.ojauep (mgr.14180) 691 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:16.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:17.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:15.120672+0000 mgr.smithi089.ojauep (mgr.14180) 691 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:17.824 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:18.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:16.466926+0000 mgr.smithi089.ojauep (mgr.14180) 692 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:18.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:16.466926+0000 mgr.smithi089.ojauep (mgr.14180) 692 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:18.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:17.121171+0000 mgr.smithi089.ojauep (mgr.14180) 693 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:19.116 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:19.117 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:19.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:17.121171+0000 mgr.smithi089.ojauep (mgr.14180) 693 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:19.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:20.483 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:20.774 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:19.113462+0000 mgr.smithi089.ojauep (mgr.14180) 694 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:20.774 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:19.121579+0000 mgr.smithi089.ojauep (mgr.14180) 695 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:21.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:19.113462+0000 mgr.smithi089.ojauep (mgr.14180) 694 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:21.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:19.121579+0000 mgr.smithi089.ojauep (mgr.14180) 695 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:21.764 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:21.764 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:51.745865Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.qkdony on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-qkdony\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.qkdony\nDeploy daemon haproxy.nfs.foo.smithi105.qkdony ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:12:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:13:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:14:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.901700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.vmufzc on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-vmufzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.vmufzc\nDeploy daemon haproxy.nfs.foo.smithi089.vmufzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:15:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:16:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:20.906102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.zdrgth on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:22.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:23.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:21.121951+0000 mgr.smithi089.ojauep (mgr.14180) 696 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:23.132 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:23.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:21.121951+0000 mgr.smithi089.ojauep (mgr.14180) 696 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:23.785 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:21.761139+0000 mgr.smithi089.ojauep (mgr.14180) 697 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:23.785 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:23.362994+0000 mon.smithi089 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi089.lttndk"}]: dispatch 2024-01-24T03:22:23.785 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:23.368229+0000 mon.smithi089 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:22:23.785 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:23.614176+0000 mon.smithi089 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:22:23.785 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:23.619791+0000 mon.smithi089 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:22:24.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:21.761139+0000 mgr.smithi089.ojauep (mgr.14180) 697 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:24.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:23.362994+0000 mon.smithi089 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi089.lttndk"}]: dispatch 2024-01-24T03:22:24.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:23.368229+0000 mon.smithi089 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:22:24.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:23.614176+0000 mon.smithi089 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:22:24.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:23.619791+0000 mon.smithi089 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:22:24.569 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:24.569 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:17:24.649838Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:17:22.240982Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:17:24.649980Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:17:22.241578Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:17:22.241126Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:17:22.241199Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:17:24.650489Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:17:22.241264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:17:22.241328Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:17:24.650100Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:24.860 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:23.122454+0000 mgr.smithi089.ojauep (mgr.14180) 698 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:24.860 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:22:23.362546+0000 mgr.smithi089.ojauep (mgr.14180) 699 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk 2024-01-24T03:22:24.860 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk 2024-01-24T03:22:24.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk 2024-01-24T03:22:24.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk 2024-01-24T03:22:24.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Deploy daemon haproxy.nfs.foo.smithi089.lttndk ... 2024-01-24T03:22:24.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:22:24.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:22:24.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:20:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:22:24.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:21:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:22:24.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:21:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:22:24.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:22:24.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:22:24.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Traceback (most recent call last): 2024-01-24T03:22:24.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:22:24.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: yield (conn, connr) 2024-01-24T03:22:24.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:22:24.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: code, '\n'.join(err))) 2024-01-24T03:22:24.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk 2024-01-24T03:22:24.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk 2024-01-24T03:22:24.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk 2024-01-24T03:22:24.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk 2024-01-24T03:22:24.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Deploy daemon haproxy.nfs.foo.smithi089.lttndk ... 2024-01-24T03:22:24.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:22:24.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:22:24.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:20:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:22:24.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:21:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:22:24.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:21:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:22:24.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:22:24.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:22:24.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:22:23.362713+0000 mgr.smithi089.ojauep (mgr.14180) 700 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi089.lttndk 2024-01-24T03:22:24.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:22:23.363578+0000 mgr.smithi089.ojauep (mgr.14180) 701 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk 2024-01-24T03:22:24.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk 2024-01-24T03:22:24.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk 2024-01-24T03:22:24.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk 2024-01-24T03:22:24.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Deploy daemon haproxy.nfs.foo.smithi089.lttndk ... 2024-01-24T03:22:24.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:22:24.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:22:24.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:20:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:22:24.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:21:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:22:24.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:21:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:22:24.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:22:24.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:22:24.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:22:23.364718+0000 mgr.smithi089.ojauep (mgr.14180) 702 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:22:24.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:22:23.365798+0000 mgr.smithi089.ojauep (mgr.14180) 703 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:22:24.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:23.366429+0000 mgr.smithi089.ojauep (mgr.14180) 704 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-24T03:22:24.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:23.657669+0000 mon.smithi089 (mon.0) 667 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:22:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:23.122454+0000 mgr.smithi089.ojauep (mgr.14180) 698 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:22:23.362546+0000 mgr.smithi089.ojauep (mgr.14180) 699 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk 2024-01-24T03:22:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk 2024-01-24T03:22:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk 2024-01-24T03:22:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk 2024-01-24T03:22:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Deploy daemon haproxy.nfs.foo.smithi089.lttndk ... 2024-01-24T03:22:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:22:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:22:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:20:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:22:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:21:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:22:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:21:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:22:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:22:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:22:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Traceback (most recent call last): 2024-01-24T03:22:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:22:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: yield (conn, connr) 2024-01-24T03:22:24.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:22:24.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: code, '\n'.join(err))) 2024-01-24T03:22:24.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk 2024-01-24T03:22:24.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk 2024-01-24T03:22:24.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk 2024-01-24T03:22:24.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk 2024-01-24T03:22:24.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Deploy daemon haproxy.nfs.foo.smithi089.lttndk ... 2024-01-24T03:22:24.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:22:24.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:22:24.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:20:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:22:24.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:21:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:22:24.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:21:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:22:24.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:22:24.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:22:24.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:22:23.362713+0000 mgr.smithi089.ojauep (mgr.14180) 700 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi089.lttndk 2024-01-24T03:22:24.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:22:23.363578+0000 mgr.smithi089.ojauep (mgr.14180) 701 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk 2024-01-24T03:22:24.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk 2024-01-24T03:22:24.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk 2024-01-24T03:22:24.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk 2024-01-24T03:22:24.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Deploy daemon haproxy.nfs.foo.smithi089.lttndk ... 2024-01-24T03:22:24.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:22:24.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:22:24.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:20:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:22:24.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:21:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:22:24.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:21:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:22:24.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:22:24.896 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:22:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:22:23.364718+0000 mgr.smithi089.ojauep (mgr.14180) 702 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:22:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:22:23.365798+0000 mgr.smithi089.ojauep (mgr.14180) 703 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:22:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:23.366429+0000 mgr.smithi089.ojauep (mgr.14180) 704 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-24T03:22:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:23.657669+0000 mon.smithi089 (mon.0) 667 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:22:25.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:25.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:24.563032+0000 mgr.smithi089.ojauep (mgr.14180) 705 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:25.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:24.941459+0000 mon.smithi089 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:22:25.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:25.222416+0000 mon.smithi089 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:22:25.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:25.223021+0000 mon.smithi089 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:22:25.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:25.223509+0000 mon.smithi089 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:22:25.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:25.224002+0000 mon.smithi089 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:22:25.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:25.228090+0000 mon.smithi089 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:22:26.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:24.563032+0000 mgr.smithi089.ojauep (mgr.14180) 705 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:26.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:24.941459+0000 mon.smithi089 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:22:26.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:25.222416+0000 mon.smithi089 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:22:26.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:25.223021+0000 mon.smithi089 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:22:26.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:25.223509+0000 mon.smithi089 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:22:26.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:25.224002+0000 mon.smithi089 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:22:26.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:25.228090+0000 mon.smithi089 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:22:26.166 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:26.780 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:22:25.224379+0000 mgr.smithi089.ojauep (mgr.14180) 706 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 2968M 2024-01-24T03:22:26.780 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:25.366967+0000 mgr.smithi089.ojauep (mgr.14180) 707 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-24T03:22:27.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:22:25.224379+0000 mgr.smithi089.ojauep (mgr.14180) 706 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 2968M 2024-01-24T03:22:27.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:25.366967+0000 mgr.smithi089.ojauep (mgr.14180) 707 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-24T03:22:27.589 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:27.589 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:27.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:26.750330+0000 mon.smithi089 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:22:27.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:27.194063+0000 mon.smithi089 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:22:27.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:27.194663+0000 mon.smithi089 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:22:27.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:27.195131+0000 mon.smithi089 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:22:27.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:27.195587+0000 mon.smithi089 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:22:27.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:22:27.195963+0000 mgr.smithi089.ojauep (mgr.14180) 708 : cephadm [INF] Adjusting osd_memory_target on smithi089 to 1944M 2024-01-24T03:22:27.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:27.199714+0000 mon.smithi089 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:22:27.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:27.200492+0000 mon.smithi089 (mon.0) 680 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:22:27.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:27.201090+0000 mon.smithi089 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:22:27.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:27.204906+0000 mon.smithi089 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:22:27.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:27.205354+0000 mgr.smithi089.ojauep (mgr.14180) 709 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:22:27.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:27.207583+0000 mon.smithi089 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:22:27.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:27.208283+0000 mon.smithi089 (mon.0) 684 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:22:27.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:27.217374+0000 mon.smithi089 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:22:27.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:22:27.219246+0000 mgr.smithi089.ojauep (mgr.14180) 710 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.lxgyjd on smithi105 2024-01-24T03:22:27.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:27.586094+0000 mgr.smithi089.ojauep (mgr.14180) 711 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:27.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:28.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:26.750330+0000 mon.smithi089 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:22:28.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:27.194063+0000 mon.smithi089 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:22:28.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:27.194663+0000 mon.smithi089 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:22:28.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:27.195131+0000 mon.smithi089 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:22:28.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:27.195587+0000 mon.smithi089 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:22:28.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:22:27.195963+0000 mgr.smithi089.ojauep (mgr.14180) 708 : cephadm [INF] Adjusting osd_memory_target on smithi089 to 1944M 2024-01-24T03:22:28.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:27.199714+0000 mon.smithi089 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:22:28.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:27.200492+0000 mon.smithi089 (mon.0) 680 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:22:28.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:27.201090+0000 mon.smithi089 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:22:28.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:27.204906+0000 mon.smithi089 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:22:28.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:27.205354+0000 mgr.smithi089.ojauep (mgr.14180) 709 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:22:28.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:27.207583+0000 mon.smithi089 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:22:28.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:27.208283+0000 mon.smithi089 (mon.0) 684 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:22:28.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:27.217374+0000 mon.smithi089 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:22:28.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:22:27.219246+0000 mgr.smithi089.ojauep (mgr.14180) 710 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.lxgyjd on smithi105 2024-01-24T03:22:28.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:27.586094+0000 mgr.smithi089.ojauep (mgr.14180) 711 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:28.974 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:29.008 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:28.203506+0000 mon.smithi089 (mon.0) 686 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:22:29.008 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:28.203533+0000 mon.smithi089 (mon.0) 687 : cluster [INF] Cluster is now healthy 2024-01-24T03:22:29.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:28.203506+0000 mon.smithi089 (mon.0) 686 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:22:29.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:28.203533+0000 mon.smithi089 (mon.0) 687 : cluster [INF] Cluster is now healthy 2024-01-24T03:22:29.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:29.205805+0000 mgr.smithi089.ojauep (mgr.14180) 712 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:22:30.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:29.205805+0000 mgr.smithi089.ojauep (mgr.14180) 712 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:22:30.254 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:30.254 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:30.630 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:31.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:30.250923+0000 mgr.smithi089.ojauep (mgr.14180) 713 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:31.631 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:31.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:30.250923+0000 mgr.smithi089.ojauep (mgr.14180) 713 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:32.566 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:31.206238+0000 mgr.smithi089.ojauep (mgr.14180) 714 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:22:32.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:31.206238+0000 mgr.smithi089.ojauep (mgr.14180) 714 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:22:32.941 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:32.941 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:33.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:34.322 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:34.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:32.937949+0000 mgr.smithi089.ojauep (mgr.14180) 715 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:34.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:33.206742+0000 mgr.smithi089.ojauep (mgr.14180) 716 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:22:34.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:32.937949+0000 mgr.smithi089.ojauep (mgr.14180) 715 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:34.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:33.206742+0000 mgr.smithi089.ojauep (mgr.14180) 716 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:22:35.651 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:35.651 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:36.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:36.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:35.207227+0000 mgr.smithi089.ojauep (mgr.14180) 717 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-24T03:22:36.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:35.648163+0000 mgr.smithi089.ojauep (mgr.14180) 718 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:36.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:35.207227+0000 mgr.smithi089.ojauep (mgr.14180) 717 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-24T03:22:36.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:35.648163+0000 mgr.smithi089.ojauep (mgr.14180) 718 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:37.030 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:38.348 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:38.348 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:38.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:37.207681+0000 mgr.smithi089.ojauep (mgr.14180) 719 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-24T03:22:38.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:37.207681+0000 mgr.smithi089.ojauep (mgr.14180) 719 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-24T03:22:38.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:39.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:38.344526+0000 mgr.smithi089.ojauep (mgr.14180) 720 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:39.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:38.344526+0000 mgr.smithi089.ojauep (mgr.14180) 720 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:39.713 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:40.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:39.208237+0000 mgr.smithi089.ojauep (mgr.14180) 721 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:40.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:39.208237+0000 mgr.smithi089.ojauep (mgr.14180) 721 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:40.980 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:40.980 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:41.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:42.338 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:42.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:40.976470+0000 mgr.smithi089.ojauep (mgr.14180) 722 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:42.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:41.208854+0000 mgr.smithi089.ojauep (mgr.14180) 723 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:42.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:40.976470+0000 mgr.smithi089.ojauep (mgr.14180) 722 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:42.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:41.208854+0000 mgr.smithi089.ojauep (mgr.14180) 723 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:43.619 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:43.620 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:43.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:44.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:43.209336+0000 mgr.smithi089.ojauep (mgr.14180) 724 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:44.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:43.616053+0000 mgr.smithi089.ojauep (mgr.14180) 725 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:44.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:43.209336+0000 mgr.smithi089.ojauep (mgr.14180) 724 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:44.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:43.616053+0000 mgr.smithi089.ojauep (mgr.14180) 725 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:44.988 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:46.296 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:46.296 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:46.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:45.209826+0000 mgr.smithi089.ojauep (mgr.14180) 726 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:46.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:45.209826+0000 mgr.smithi089.ojauep (mgr.14180) 726 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:46.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:47.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:46.292577+0000 mgr.smithi089.ojauep (mgr.14180) 727 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:47.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:47 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:46.292577+0000 mgr.smithi089.ojauep (mgr.14180) 727 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:47.662 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:48.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:47.210472+0000 mgr.smithi089.ojauep (mgr.14180) 728 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:48.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:47.210472+0000 mgr.smithi089.ojauep (mgr.14180) 728 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:49.018 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:49.018 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:49.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:50.380 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:50.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:49.014744+0000 mgr.smithi089.ojauep (mgr.14180) 729 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:50.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:49.210979+0000 mgr.smithi089.ojauep (mgr.14180) 730 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:50.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:49.014744+0000 mgr.smithi089.ojauep (mgr.14180) 729 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:50.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:49.210979+0000 mgr.smithi089.ojauep (mgr.14180) 730 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:51.696 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:51.696 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:52.076 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:52.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:51.211533+0000 mgr.smithi089.ojauep (mgr.14180) 731 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:52.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:51.211533+0000 mgr.smithi089.ojauep (mgr.14180) 731 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:53.077 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:53.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:51.692337+0000 mgr.smithi089.ojauep (mgr.14180) 732 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:53.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:51.692337+0000 mgr.smithi089.ojauep (mgr.14180) 732 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:54.416 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:54.416 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:54.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:53.211963+0000 mgr.smithi089.ojauep (mgr.14180) 733 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:54.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:53.211963+0000 mgr.smithi089.ojauep (mgr.14180) 733 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:54.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:55.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:54.412288+0000 mgr.smithi089.ojauep (mgr.14180) 734 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:55.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:54.412288+0000 mgr.smithi089.ojauep (mgr.14180) 734 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:55.785 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:56.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:55.212473+0000 mgr.smithi089.ojauep (mgr.14180) 735 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:56.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:55.212473+0000 mgr.smithi089.ojauep (mgr.14180) 735 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:57.118 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:57.118 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:57.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:58.469 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:58.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:57.114535+0000 mgr.smithi089.ojauep (mgr.14180) 736 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:58.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:22:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:57.212912+0000 mgr.smithi089.ojauep (mgr.14180) 737 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:58.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:57.114535+0000 mgr.smithi089.ojauep (mgr.14180) 736 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:58.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:22:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:57.212912+0000 mgr.smithi089.ojauep (mgr.14180) 737 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:22:59.758 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:22:59.758 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:00.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:00.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:22:59.213845+0000 mgr.smithi089.ojauep (mgr.14180) 738 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:00.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:22:59.213845+0000 mgr.smithi089.ojauep (mgr.14180) 738 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:01.118 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:01.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:22:59.754479+0000 mgr.smithi089.ojauep (mgr.14180) 739 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:01.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:22:59.754479+0000 mgr.smithi089.ojauep (mgr.14180) 739 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:02.440 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:02.440 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:02.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:01.214286+0000 mgr.smithi089.ojauep (mgr.14180) 740 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:02.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:01.214286+0000 mgr.smithi089.ojauep (mgr.14180) 740 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:02.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:03.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:02.436678+0000 mgr.smithi089.ojauep (mgr.14180) 741 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:03.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:02.436678+0000 mgr.smithi089.ojauep (mgr.14180) 741 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:03.801 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:04.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:03.214923+0000 mgr.smithi089.ojauep (mgr.14180) 742 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:04.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:03.214923+0000 mgr.smithi089.ojauep (mgr.14180) 742 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:05.042 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:05.043 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:05.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:06.373 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:06.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:05.039240+0000 mgr.smithi089.ojauep (mgr.14180) 743 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:06.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:05.215482+0000 mgr.smithi089.ojauep (mgr.14180) 744 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:06.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:05.039240+0000 mgr.smithi089.ojauep (mgr.14180) 743 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:06.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:05.215482+0000 mgr.smithi089.ojauep (mgr.14180) 744 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:07.627 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:07.627 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:08.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:08.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:07.215891+0000 mgr.smithi089.ojauep (mgr.14180) 745 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:08.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:07.623779+0000 mgr.smithi089.ojauep (mgr.14180) 746 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:08.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:07.215891+0000 mgr.smithi089.ojauep (mgr.14180) 745 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:08.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:07.623779+0000 mgr.smithi089.ojauep (mgr.14180) 746 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:09.001 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:10.322 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:10.323 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:09.216315+0000 mgr.smithi089.ojauep (mgr.14180) 747 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:10.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:09.216315+0000 mgr.smithi089.ojauep (mgr.14180) 747 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:10.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:11.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:10.317797+0000 mgr.smithi089.ojauep (mgr.14180) 748 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:11.673 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:11.706 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:10.317797+0000 mgr.smithi089.ojauep (mgr.14180) 748 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:12.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:11.216823+0000 mgr.smithi089.ojauep (mgr.14180) 749 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:12.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:11.216823+0000 mgr.smithi089.ojauep (mgr.14180) 749 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:12.994 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:12.994 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:13.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:14.375 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:14.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:12.990865+0000 mgr.smithi089.ojauep (mgr.14180) 750 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:14.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:13.217258+0000 mgr.smithi089.ojauep (mgr.14180) 751 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:14.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:12.990865+0000 mgr.smithi089.ojauep (mgr.14180) 750 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:14.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:13.217258+0000 mgr.smithi089.ojauep (mgr.14180) 751 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:15.671 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:15.671 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:16.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:16.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:15.217694+0000 mgr.smithi089.ojauep (mgr.14180) 752 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:16.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:15.666615+0000 mgr.smithi089.ojauep (mgr.14180) 753 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:16.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:15.217694+0000 mgr.smithi089.ojauep (mgr.14180) 752 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:16.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:15.666615+0000 mgr.smithi089.ojauep (mgr.14180) 753 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:17.000 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:18.272 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:18.272 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:18.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:17.218095+0000 mgr.smithi089.ojauep (mgr.14180) 754 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:18.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:18.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:17.218095+0000 mgr.smithi089.ojauep (mgr.14180) 754 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:19.623 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:19.651 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:18.268169+0000 mgr.smithi089.ojauep (mgr.14180) 755 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:19.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:18.268169+0000 mgr.smithi089.ojauep (mgr.14180) 755 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:20.517 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:19.218704+0000 mgr.smithi089.ojauep (mgr.14180) 756 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:20.865 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:20.865 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:20.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:19.218704+0000 mgr.smithi089.ojauep (mgr.14180) 756 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:21.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:22.232 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:22.549 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:20.861526+0000 mgr.smithi089.ojauep (mgr.14180) 757 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:22.549 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:21.219102+0000 mgr.smithi089.ojauep (mgr.14180) 758 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:22.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:20.861526+0000 mgr.smithi089.ojauep (mgr.14180) 757 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:22.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:21.219102+0000 mgr.smithi089.ojauep (mgr.14180) 758 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:23.514 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:23.514 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:23.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:24.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:23.219495+0000 mgr.smithi089.ojauep (mgr.14180) 759 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:24.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:23.510352+0000 mgr.smithi089.ojauep (mgr.14180) 760 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:24.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:23.219495+0000 mgr.smithi089.ojauep (mgr.14180) 759 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:24.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:23.510352+0000 mgr.smithi089.ojauep (mgr.14180) 760 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:24.881 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:26.121 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:26.122 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:26.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:25.219984+0000 mgr.smithi089.ojauep (mgr.14180) 761 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:26.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:26.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:25.219984+0000 mgr.smithi089.ojauep (mgr.14180) 761 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:27.681 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:27.713 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:26.117847+0000 mgr.smithi089.ojauep (mgr.14180) 762 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:27.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:26.117847+0000 mgr.smithi089.ojauep (mgr.14180) 762 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:28.600 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:27.220415+0000 mgr.smithi089.ojauep (mgr.14180) 763 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:28.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:27.220415+0000 mgr.smithi089.ojauep (mgr.14180) 763 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:28.958 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:28.958 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:29.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:30.322 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:30.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:28.954495+0000 mgr.smithi089.ojauep (mgr.14180) 764 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:30.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:29.220968+0000 mgr.smithi089.ojauep (mgr.14180) 765 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:30.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:28.954495+0000 mgr.smithi089.ojauep (mgr.14180) 764 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:30.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:29.220968+0000 mgr.smithi089.ojauep (mgr.14180) 765 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:31.636 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:31.636 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:31.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:32.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:31.221358+0000 mgr.smithi089.ojauep (mgr.14180) 766 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:32.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:31.633055+0000 mgr.smithi089.ojauep (mgr.14180) 767 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:32.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:31.221358+0000 mgr.smithi089.ojauep (mgr.14180) 766 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:32.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:31.633055+0000 mgr.smithi089.ojauep (mgr.14180) 767 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:32.995 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:34.332 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:34.332 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:34.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:33.221811+0000 mgr.smithi089.ojauep (mgr.14180) 768 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:34.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:33.221811+0000 mgr.smithi089.ojauep (mgr.14180) 768 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:34.716 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:35.717 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:35.748 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:34.328397+0000 mgr.smithi089.ojauep (mgr.14180) 769 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:35.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:34.328397+0000 mgr.smithi089.ojauep (mgr.14180) 769 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:36.691 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:35.222257+0000 mgr.smithi089.ojauep (mgr.14180) 770 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:36.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:35.222257+0000 mgr.smithi089.ojauep (mgr.14180) 770 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:37.057 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:37.057 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:37.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:38.421 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:38.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:37.054230+0000 mgr.smithi089.ojauep (mgr.14180) 771 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:38.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:37.222701+0000 mgr.smithi089.ojauep (mgr.14180) 772 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:38.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:37.054230+0000 mgr.smithi089.ojauep (mgr.14180) 771 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:38.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:37.222701+0000 mgr.smithi089.ojauep (mgr.14180) 772 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:39.703 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:39.704 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:40.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:40.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:39.223138+0000 mgr.smithi089.ojauep (mgr.14180) 773 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:40.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:39.223138+0000 mgr.smithi089.ojauep (mgr.14180) 773 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:41.088 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:41.740 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:41 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:39.700285+0000 mgr.smithi089.ojauep (mgr.14180) 774 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:41.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:41 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:39.700285+0000 mgr.smithi089.ojauep (mgr.14180) 774 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:42.370 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:42.370 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:42.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:41.223577+0000 mgr.smithi089.ojauep (mgr.14180) 775 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:42.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:42.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:41.223577+0000 mgr.smithi089.ojauep (mgr.14180) 775 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:43.728 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:43.760 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:42.366887+0000 mgr.smithi089.ojauep (mgr.14180) 776 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:43.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:42.366887+0000 mgr.smithi089.ojauep (mgr.14180) 776 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:44.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:43.224036+0000 mgr.smithi089.ojauep (mgr.14180) 777 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:44.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:43.224036+0000 mgr.smithi089.ojauep (mgr.14180) 777 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:45.044 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:45.044 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:45.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:46.412 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:46.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:45.040930+0000 mgr.smithi089.ojauep (mgr.14180) 778 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:46.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:45.224511+0000 mgr.smithi089.ojauep (mgr.14180) 779 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:46.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:45.040930+0000 mgr.smithi089.ojauep (mgr.14180) 778 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:46.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:45.224511+0000 mgr.smithi089.ojauep (mgr.14180) 779 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:47.733 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:47.733 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:48.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:48.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:47.224947+0000 mgr.smithi089.ojauep (mgr.14180) 780 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:48.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:47.224947+0000 mgr.smithi089.ojauep (mgr.14180) 780 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:49.086 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:49.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:47.729142+0000 mgr.smithi089.ojauep (mgr.14180) 781 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:49.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:49 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:47.729142+0000 mgr.smithi089.ojauep (mgr.14180) 781 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:50.361 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:50.361 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:50.633 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:49.225364+0000 mgr.smithi089.ojauep (mgr.14180) 782 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:50.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:50.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:49.225364+0000 mgr.smithi089.ojauep (mgr.14180) 782 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:51.718 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:51.750 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:50.357062+0000 mgr.smithi089.ojauep (mgr.14180) 783 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:51.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:50.357062+0000 mgr.smithi089.ojauep (mgr.14180) 783 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:52.629 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:51.225874+0000 mgr.smithi089.ojauep (mgr.14180) 784 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:52.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:51.225874+0000 mgr.smithi089.ojauep (mgr.14180) 784 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:52.969 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:52.969 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:53.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:54.326 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:54.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:52.966049+0000 mgr.smithi089.ojauep (mgr.14180) 785 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:54.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:53.226461+0000 mgr.smithi089.ojauep (mgr.14180) 786 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:54.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:52.966049+0000 mgr.smithi089.ojauep (mgr.14180) 785 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:54.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:53.226461+0000 mgr.smithi089.ojauep (mgr.14180) 786 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:55.592 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:55.592 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:55.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:56.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:55.226996+0000 mgr.smithi089.ojauep (mgr.14180) 787 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:56.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:55.589279+0000 mgr.smithi089.ojauep (mgr.14180) 788 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:56.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:55.226996+0000 mgr.smithi089.ojauep (mgr.14180) 787 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:56.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:55.589279+0000 mgr.smithi089.ojauep (mgr.14180) 788 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:56.950 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:58.215 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:23:58.216 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:58.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:58.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:57.227478+0000 mgr.smithi089.ojauep (mgr.14180) 789 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:58.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:57.227478+0000 mgr.smithi089.ojauep (mgr.14180) 789 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:23:59.576 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:59.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:23:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:23:58.212375+0000 mgr.smithi089.ojauep (mgr.14180) 790 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:59.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:23:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:23:58.212375+0000 mgr.smithi089.ojauep (mgr.14180) 790 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:00.850 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:00.851 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:00.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:23:59.228029+0000 mgr.smithi089.ojauep (mgr.14180) 791 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:00.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:23:59.228029+0000 mgr.smithi089.ojauep (mgr.14180) 791 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:01.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:02.209 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:02.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:00.846952+0000 mgr.smithi089.ojauep (mgr.14180) 792 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:02.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:01.228649+0000 mgr.smithi089.ojauep (mgr.14180) 793 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:02.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:00.846952+0000 mgr.smithi089.ojauep (mgr.14180) 792 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:02.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:01.228649+0000 mgr.smithi089.ojauep (mgr.14180) 793 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:03.474 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:03.474 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:03.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:04.825 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:04.851 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:03.229041+0000 mgr.smithi089.ojauep (mgr.14180) 794 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:04.851 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:03.470445+0000 mgr.smithi089.ojauep (mgr.14180) 795 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:04.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:03.229041+0000 mgr.smithi089.ojauep (mgr.14180) 794 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:04.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:03.470445+0000 mgr.smithi089.ojauep (mgr.14180) 795 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:06.127 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:06.127 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:06.509 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:06.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:05.229557+0000 mgr.smithi089.ojauep (mgr.14180) 796 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:06.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:05.229557+0000 mgr.smithi089.ojauep (mgr.14180) 796 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:07.510 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:07.824 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:06.123447+0000 mgr.smithi089.ojauep (mgr.14180) 797 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:07.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:06.123447+0000 mgr.smithi089.ojauep (mgr.14180) 797 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:08.840 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:08.844 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:08.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:07.230126+0000 mgr.smithi089.ojauep (mgr.14180) 798 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:08.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:07.230126+0000 mgr.smithi089.ojauep (mgr.14180) 798 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:09.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:10.209 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:10.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:08.836498+0000 mgr.smithi089.ojauep (mgr.14180) 799 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:10.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:09.230582+0000 mgr.smithi089.ojauep (mgr.14180) 800 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:10.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:08.836498+0000 mgr.smithi089.ojauep (mgr.14180) 799 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:10.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:09.230582+0000 mgr.smithi089.ojauep (mgr.14180) 800 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:11.534 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:11.534 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:11.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:12.801 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:11.230996+0000 mgr.smithi089.ojauep (mgr.14180) 801 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:12.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:11.530565+0000 mgr.smithi089.ojauep (mgr.14180) 802 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:12.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:11.230996+0000 mgr.smithi089.ojauep (mgr.14180) 801 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:12.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:11.530565+0000 mgr.smithi089.ojauep (mgr.14180) 802 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:12.907 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:14.259 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:14.259 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:14.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:14.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:13.231485+0000 mgr.smithi089.ojauep (mgr.14180) 803 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:14.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:13.231485+0000 mgr.smithi089.ojauep (mgr.14180) 803 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:15.624 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:15.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:14.256032+0000 mgr.smithi089.ojauep (mgr.14180) 804 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:15.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:14.256032+0000 mgr.smithi089.ojauep (mgr.14180) 804 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:16.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:15.232013+0000 mgr.smithi089.ojauep (mgr.14180) 805 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:16.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:15.232013+0000 mgr.smithi089.ojauep (mgr.14180) 805 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:16.956 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:16.956 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:17.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:18.306 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:18.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:16.953097+0000 mgr.smithi089.ojauep (mgr.14180) 806 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:18.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:17.232443+0000 mgr.smithi089.ojauep (mgr.14180) 807 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:18.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:16.953097+0000 mgr.smithi089.ojauep (mgr.14180) 806 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:18.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:17.232443+0000 mgr.smithi089.ojauep (mgr.14180) 807 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:19.616 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:19.617 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:19.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:20.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:19.233038+0000 mgr.smithi089.ojauep (mgr.14180) 808 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:20.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:19.613119+0000 mgr.smithi089.ojauep (mgr.14180) 809 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:20.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:19.233038+0000 mgr.smithi089.ojauep (mgr.14180) 808 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:20.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:19.613119+0000 mgr.smithi089.ojauep (mgr.14180) 809 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:20.997 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:22.315 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:22.315 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:22.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:21.233455+0000 mgr.smithi089.ojauep (mgr.14180) 810 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:22.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:22.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:21.233455+0000 mgr.smithi089.ojauep (mgr.14180) 810 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:23.689 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:23.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:22.311476+0000 mgr.smithi089.ojauep (mgr.14180) 811 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:23.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:22.311476+0000 mgr.smithi089.ojauep (mgr.14180) 811 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:24.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:23.234154+0000 mgr.smithi089.ojauep (mgr.14180) 812 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:23.234154+0000 mgr.smithi089.ojauep (mgr.14180) 812 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:24.976 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:24.977 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:25.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:26.338 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:26.656 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:24.973237+0000 mgr.smithi089.ojauep (mgr.14180) 813 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:26.656 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:25.234581+0000 mgr.smithi089.ojauep (mgr.14180) 814 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:26.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:24.973237+0000 mgr.smithi089.ojauep (mgr.14180) 813 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:26.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:25.234581+0000 mgr.smithi089.ojauep (mgr.14180) 814 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:27.646 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:27.646 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:28.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:28.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:27.235039+0000 mgr.smithi089.ojauep (mgr.14180) 815 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:28.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:27.643318+0000 mgr.smithi089.ojauep (mgr.14180) 816 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:28.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:27.235039+0000 mgr.smithi089.ojauep (mgr.14180) 815 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:28.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:27.643318+0000 mgr.smithi089.ojauep (mgr.14180) 816 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:29.021 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:30.281 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:30.282 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:30.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:30.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:29.235540+0000 mgr.smithi089.ojauep (mgr.14180) 817 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:30.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:29.235540+0000 mgr.smithi089.ojauep (mgr.14180) 817 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:31.646 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:31.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:30.278233+0000 mgr.smithi089.ojauep (mgr.14180) 818 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:31.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:30.278233+0000 mgr.smithi089.ojauep (mgr.14180) 818 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:32.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:31.235972+0000 mgr.smithi089.ojauep (mgr.14180) 819 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:32.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:31.235972+0000 mgr.smithi089.ojauep (mgr.14180) 819 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:32.915 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:32.916 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:33.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:34.330 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:34.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:32.912611+0000 mgr.smithi089.ojauep (mgr.14180) 820 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:34.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:33.236416+0000 mgr.smithi089.ojauep (mgr.14180) 821 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:34.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:32.912611+0000 mgr.smithi089.ojauep (mgr.14180) 820 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:34.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:33.236416+0000 mgr.smithi089.ojauep (mgr.14180) 821 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:35.564 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:35.564 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:35.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:36.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:35.236837+0000 mgr.smithi089.ojauep (mgr.14180) 822 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:36.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:35.561234+0000 mgr.smithi089.ojauep (mgr.14180) 823 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:36.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:35.236837+0000 mgr.smithi089.ojauep (mgr.14180) 822 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:36.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:35.561234+0000 mgr.smithi089.ojauep (mgr.14180) 823 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:36.921 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:38.185 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:38.185 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:38.552 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:38.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:37.237320+0000 mgr.smithi089.ojauep (mgr.14180) 824 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:38.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:37.237320+0000 mgr.smithi089.ojauep (mgr.14180) 824 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:39.553 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:39.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:38.181931+0000 mgr.smithi089.ojauep (mgr.14180) 825 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:39.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:38.181931+0000 mgr.smithi089.ojauep (mgr.14180) 825 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:40.854 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:40.855 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:40.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:39.237815+0000 mgr.smithi089.ojauep (mgr.14180) 826 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:40.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:39.237815+0000 mgr.smithi089.ojauep (mgr.14180) 826 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:41.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:42.210 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:42.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:40.851331+0000 mgr.smithi089.ojauep (mgr.14180) 827 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:42.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:41.238245+0000 mgr.smithi089.ojauep (mgr.14180) 828 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:42.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:40.851331+0000 mgr.smithi089.ojauep (mgr.14180) 827 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:42.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:41.238245+0000 mgr.smithi089.ojauep (mgr.14180) 828 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:43.506 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:43.506 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:43.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:44.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:43.238687+0000 mgr.smithi089.ojauep (mgr.14180) 829 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:44.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:43.502084+0000 mgr.smithi089.ojauep (mgr.14180) 830 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:44.869 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:44.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:43.238687+0000 mgr.smithi089.ojauep (mgr.14180) 829 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:44.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:43.502084+0000 mgr.smithi089.ojauep (mgr.14180) 830 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:46.176 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:46.176 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:46.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:46.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:45.239117+0000 mgr.smithi089.ojauep (mgr.14180) 831 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:46.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:45.239117+0000 mgr.smithi089.ojauep (mgr.14180) 831 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:47.544 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:47.851 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:46.173162+0000 mgr.smithi089.ojauep (mgr.14180) 832 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:47.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:47 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:46.173162+0000 mgr.smithi089.ojauep (mgr.14180) 832 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:48.804 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:48.804 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:48.825 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:47.239907+0000 mgr.smithi089.ojauep (mgr.14180) 833 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:48.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:47.239907+0000 mgr.smithi089.ojauep (mgr.14180) 833 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:49.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:50.175 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:50.804 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:48.800550+0000 mgr.smithi089.ojauep (mgr.14180) 834 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:50.804 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:49.240383+0000 mgr.smithi089.ojauep (mgr.14180) 835 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:50.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:48.800550+0000 mgr.smithi089.ojauep (mgr.14180) 834 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:50.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:49.240383+0000 mgr.smithi089.ojauep (mgr.14180) 835 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:51.416 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:51.417 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:51.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:52.777 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:52.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:51.240747+0000 mgr.smithi089.ojauep (mgr.14180) 836 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:52.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:51.413132+0000 mgr.smithi089.ojauep (mgr.14180) 837 : audit [DBG] from='client.24961 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:53.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:51.240747+0000 mgr.smithi089.ojauep (mgr.14180) 836 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:53.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:51.413132+0000 mgr.smithi089.ojauep (mgr.14180) 837 : audit [DBG] from='client.24961 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:54.093 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:54.093 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:20.907163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mbizce on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:54.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:54.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:53.241338+0000 mgr.smithi089.ojauep (mgr.14180) 838 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:54.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:53.241338+0000 mgr.smithi089.ojauep (mgr.14180) 838 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:55.451 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:55.759 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:54.089773+0000 mgr.smithi089.ojauep (mgr.14180) 839 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:55.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:54.089773+0000 mgr.smithi089.ojauep (mgr.14180) 839 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:56.758 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:56.759 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:56.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:55.241931+0000 mgr.smithi089.ojauep (mgr.14180) 840 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:56.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:56.352331+0000 mon.smithi089 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.lxgyjd"}]: dispatch 2024-01-24T03:24:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:55.241931+0000 mgr.smithi089.ojauep (mgr.14180) 840 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:56.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:56.352331+0000 mon.smithi089 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.lxgyjd"}]: dispatch 2024-01-24T03:24:57.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:58.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:24:56.351866+0000 mgr.smithi089.ojauep (mgr.14180) 841 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd 2024-01-24T03:24:58.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd 2024-01-24T03:24:58.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd 2024-01-24T03:24:58.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd 2024-01-24T03:24:58.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Deploy daemon haproxy.nfs.foo.smithi105.lxgyjd ... 2024-01-24T03:24:58.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:58.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:24:58.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:23:03Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:24:58.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:23:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:24:58.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:24:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:24:58.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:24:58.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:58.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Traceback (most recent call last): 2024-01-24T03:24:58.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:24:58.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: yield (conn, connr) 2024-01-24T03:24:58.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:24:58.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: code, '\n'.join(err))) 2024-01-24T03:24:58.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd 2024-01-24T03:24:58.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd 2024-01-24T03:24:58.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd 2024-01-24T03:24:58.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd 2024-01-24T03:24:58.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Deploy daemon haproxy.nfs.foo.smithi105.lxgyjd ... 2024-01-24T03:24:58.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:58.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:24:58.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:23:03Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:24:58.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:23:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:24:58.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:24:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:24:58.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:24:58.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:58.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:24:56.352025+0000 mgr.smithi089.ojauep (mgr.14180) 842 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.lxgyjd 2024-01-24T03:24:58.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:24:56.352890+0000 mgr.smithi089.ojauep (mgr.14180) 843 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd 2024-01-24T03:24:58.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd 2024-01-24T03:24:58.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd 2024-01-24T03:24:58.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd 2024-01-24T03:24:58.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Deploy daemon haproxy.nfs.foo.smithi105.lxgyjd ... 2024-01-24T03:24:58.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:58.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:24:58.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:23:03Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:24:58.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:23:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:24:58.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:24:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:24:58.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:24:58.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:58.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:24:56.354208+0000 mgr.smithi089.ojauep (mgr.14180) 844 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi089.bhhwlv on smithi089 2024-01-24T03:24:58.125 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:58.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:24:56.351866+0000 mgr.smithi089.ojauep (mgr.14180) 841 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd 2024-01-24T03:24:58.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd 2024-01-24T03:24:58.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd 2024-01-24T03:24:58.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd 2024-01-24T03:24:58.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Deploy daemon haproxy.nfs.foo.smithi105.lxgyjd ... 2024-01-24T03:24:58.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:58.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:24:58.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:23:03Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:24:58.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:23:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:24:58.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:24:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:24:58.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:24:58.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:58.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Traceback (most recent call last): 2024-01-24T03:24:58.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:24:58.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: yield (conn, connr) 2024-01-24T03:24:58.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:24:58.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: code, '\n'.join(err))) 2024-01-24T03:24:58.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd 2024-01-24T03:24:58.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd 2024-01-24T03:24:58.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd 2024-01-24T03:24:58.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd 2024-01-24T03:24:58.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Deploy daemon haproxy.nfs.foo.smithi105.lxgyjd ... 2024-01-24T03:24:58.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:58.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:24:58.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:23:03Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:24:58.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:23:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:24:58.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:24:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:24:58.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:24:58.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:58.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:24:56.352025+0000 mgr.smithi089.ojauep (mgr.14180) 842 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.lxgyjd 2024-01-24T03:24:58.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:24:56.352890+0000 mgr.smithi089.ojauep (mgr.14180) 843 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd 2024-01-24T03:24:58.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd 2024-01-24T03:24:58.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd 2024-01-24T03:24:58.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd 2024-01-24T03:24:58.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Deploy daemon haproxy.nfs.foo.smithi105.lxgyjd ... 2024-01-24T03:24:58.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:58.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:24:58.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:23:03Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:24:58.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:23:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:24:58.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:24:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:24:58.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:24:58.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:58.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:24:56.354208+0000 mgr.smithi089.ojauep (mgr.14180) 844 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi089.bhhwlv on smithi089 2024-01-24T03:24:58.820 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:56.755474+0000 mgr.smithi089.ojauep (mgr.14180) 845 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:58.820 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:24:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:57.242352+0000 mgr.smithi089.ojauep (mgr.14180) 846 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:59.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:56.755474+0000 mgr.smithi089.ojauep (mgr.14180) 845 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:59.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:24:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:57.242352+0000 mgr.smithi089.ojauep (mgr.14180) 846 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:24:59.529 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:24:59.529 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:59.892 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:00.929 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:00.961 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:24:59.242850+0000 mgr.smithi089.ojauep (mgr.14180) 847 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:00.961 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:24:59.525249+0000 mgr.smithi089.ojauep (mgr.14180) 848 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:01.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:24:59.242850+0000 mgr.smithi089.ojauep (mgr.14180) 847 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:01.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:24:59.525249+0000 mgr.smithi089.ojauep (mgr.14180) 848 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:02.256 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:02.257 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:02.615 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:02.801 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:01.243253+0000 mgr.smithi089.ojauep (mgr.14180) 849 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:03.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:01.243253+0000 mgr.smithi089.ojauep (mgr.14180) 849 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:03.616 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:03.917 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:02.252712+0000 mgr.smithi089.ojauep (mgr.14180) 850 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:04.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:02.252712+0000 mgr.smithi089.ojauep (mgr.14180) 850 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:04.849 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:04.849 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:04.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:03.243878+0000 mgr.smithi089.ojauep (mgr.14180) 851 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:05.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:03.243878+0000 mgr.smithi089.ojauep (mgr.14180) 851 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:05.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:06.207 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:06.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:04.845728+0000 mgr.smithi089.ojauep (mgr.14180) 852 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:06.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:05.244356+0000 mgr.smithi089.ojauep (mgr.14180) 853 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:07.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:04.845728+0000 mgr.smithi089.ojauep (mgr.14180) 852 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:07.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:05.244356+0000 mgr.smithi089.ojauep (mgr.14180) 853 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:07.564 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:07.564 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:07.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:08.965 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:08.998 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:07.244950+0000 mgr.smithi089.ojauep (mgr.14180) 854 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:08.998 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:07.560582+0000 mgr.smithi089.ojauep (mgr.14180) 855 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:09.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:07.244950+0000 mgr.smithi089.ojauep (mgr.14180) 854 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:09.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:07.560582+0000 mgr.smithi089.ojauep (mgr.14180) 855 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:10.259 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:10.259 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:10.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:10.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:09.245329+0000 mgr.smithi089.ojauep (mgr.14180) 856 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:11.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:09.245329+0000 mgr.smithi089.ojauep (mgr.14180) 856 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:11.656 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:11.974 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:10.255198+0000 mgr.smithi089.ojauep (mgr.14180) 857 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:12.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:10.255198+0000 mgr.smithi089.ojauep (mgr.14180) 857 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:12.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:11.245978+0000 mgr.smithi089.ojauep (mgr.14180) 858 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:12.979 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:12.980 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:13.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:11.245978+0000 mgr.smithi089.ojauep (mgr.14180) 858 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:13.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:14.364 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:14.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:12.976555+0000 mgr.smithi089.ojauep (mgr.14180) 859 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:14.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:13.246669+0000 mgr.smithi089.ojauep (mgr.14180) 860 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:15.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:12.976555+0000 mgr.smithi089.ojauep (mgr.14180) 859 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:15.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:13.246669+0000 mgr.smithi089.ojauep (mgr.14180) 860 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:15.657 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:15.657 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:16.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:17.023 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:17.058 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:15.247089+0000 mgr.smithi089.ojauep (mgr.14180) 861 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:17.058 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:15.653153+0000 mgr.smithi089.ojauep (mgr.14180) 862 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:17.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:15.247089+0000 mgr.smithi089.ojauep (mgr.14180) 861 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:17.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:15.653153+0000 mgr.smithi089.ojauep (mgr.14180) 862 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:18.331 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:18.331 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:18.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:19.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:17.247546+0000 mgr.smithi089.ojauep (mgr.14180) 863 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:19.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:17.247546+0000 mgr.smithi089.ojauep (mgr.14180) 863 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:19.731 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:20.039 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:18.327108+0000 mgr.smithi089.ojauep (mgr.14180) 864 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:20.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:18.327108+0000 mgr.smithi089.ojauep (mgr.14180) 864 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:21.056 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:21.056 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:21.081 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:19.248024+0000 mgr.smithi089.ojauep (mgr.14180) 865 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:21.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:19.248024+0000 mgr.smithi089.ojauep (mgr.14180) 865 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:21.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:22.429 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:22.747 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:21.052615+0000 mgr.smithi089.ojauep (mgr.14180) 866 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:22.747 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:21.248547+0000 mgr.smithi089.ojauep (mgr.14180) 867 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:23.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:21.052615+0000 mgr.smithi089.ojauep (mgr.14180) 866 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:23.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:21.248547+0000 mgr.smithi089.ojauep (mgr.14180) 867 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:23.728 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:23.728 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:24.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:25.113 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:25.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:23.249146+0000 mgr.smithi089.ojauep (mgr.14180) 868 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:25.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:23.249146+0000 mgr.smithi089.ojauep (mgr.14180) 868 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:26.065 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:23.724690+0000 mgr.smithi089.ojauep (mgr.14180) 869 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:26.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:23.724690+0000 mgr.smithi089.ojauep (mgr.14180) 869 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:26.422 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:26.422 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:26.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:27.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:25.249634+0000 mgr.smithi089.ojauep (mgr.14180) 870 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:27.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:26.418774+0000 mgr.smithi089.ojauep (mgr.14180) 871 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:27.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:25.249634+0000 mgr.smithi089.ojauep (mgr.14180) 870 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:27.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:26.418774+0000 mgr.smithi089.ojauep (mgr.14180) 871 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:27.787 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:28.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:27.250258+0000 mgr.smithi089.ojauep (mgr.14180) 872 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:28.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:27.250258+0000 mgr.smithi089.ojauep (mgr.14180) 872 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:29.084 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:29.084 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:29.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:30.513 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:30.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:29.080669+0000 mgr.smithi089.ojauep (mgr.14180) 873 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:30.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:29.250707+0000 mgr.smithi089.ojauep (mgr.14180) 874 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:30.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:29.080669+0000 mgr.smithi089.ojauep (mgr.14180) 873 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:30.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:29.250707+0000 mgr.smithi089.ojauep (mgr.14180) 874 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:31.802 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:31.802 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:32.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:32.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:31.251299+0000 mgr.smithi089.ojauep (mgr.14180) 875 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:32.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:31.251299+0000 mgr.smithi089.ojauep (mgr.14180) 875 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:33.170 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:33.488 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:31.798391+0000 mgr.smithi089.ojauep (mgr.14180) 876 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:33.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:33 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:31.798391+0000 mgr.smithi089.ojauep (mgr.14180) 876 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:34.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:33.251786+0000 mgr.smithi089.ojauep (mgr.14180) 877 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:34.450 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:34.451 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:34.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:33.251786+0000 mgr.smithi089.ojauep (mgr.14180) 877 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:34.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:35.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:34.447328+0000 mgr.smithi089.ojauep (mgr.14180) 878 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:35.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:34.447328+0000 mgr.smithi089.ojauep (mgr.14180) 878 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:35.793 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:36.463 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:35.252384+0000 mgr.smithi089.ojauep (mgr.14180) 879 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:36.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:35.252384+0000 mgr.smithi089.ojauep (mgr.14180) 879 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:37.114 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:37.114 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:37.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:38.485 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:38.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:37.110831+0000 mgr.smithi089.ojauep (mgr.14180) 880 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:38.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:37.252830+0000 mgr.smithi089.ojauep (mgr.14180) 881 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:38.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:37.110831+0000 mgr.smithi089.ojauep (mgr.14180) 880 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:38.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:37.252830+0000 mgr.smithi089.ojauep (mgr.14180) 881 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:39.763 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:39.763 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:40.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:40.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:39.253406+0000 mgr.smithi089.ojauep (mgr.14180) 882 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:40.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:39.253406+0000 mgr.smithi089.ojauep (mgr.14180) 882 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:41.126 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:41.436 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:41 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:39.758974+0000 mgr.smithi089.ojauep (mgr.14180) 883 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:41.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:41 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:39.758974+0000 mgr.smithi089.ojauep (mgr.14180) 883 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:42.441 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:42.442 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:42.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:41.253829+0000 mgr.smithi089.ojauep (mgr.14180) 884 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:42.724 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:41.253829+0000 mgr.smithi089.ojauep (mgr.14180) 884 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:42.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:43.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:42.438239+0000 mgr.smithi089.ojauep (mgr.14180) 885 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:43.811 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:43.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:42.438239+0000 mgr.smithi089.ojauep (mgr.14180) 885 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:44.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:43.254291+0000 mgr.smithi089.ojauep (mgr.14180) 886 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:44.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:43.254291+0000 mgr.smithi089.ojauep (mgr.14180) 886 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:45.066 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:45.067 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:45.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:46.435 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:46.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:45.063426+0000 mgr.smithi089.ojauep (mgr.14180) 887 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:46.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:45.254930+0000 mgr.smithi089.ojauep (mgr.14180) 888 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:46.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:45.063426+0000 mgr.smithi089.ojauep (mgr.14180) 887 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:46.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:45.254930+0000 mgr.smithi089.ojauep (mgr.14180) 888 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:47.675 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:47.676 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:48.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:48.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:47.255473+0000 mgr.smithi089.ojauep (mgr.14180) 889 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:48.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:47.672258+0000 mgr.smithi089.ojauep (mgr.14180) 890 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:48.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:47.255473+0000 mgr.smithi089.ojauep (mgr.14180) 889 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:48.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:47.672258+0000 mgr.smithi089.ojauep (mgr.14180) 890 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:49.034 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:50.343 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:50.343 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:50.631 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:49.255908+0000 mgr.smithi089.ojauep (mgr.14180) 891 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:50.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:49.255908+0000 mgr.smithi089.ojauep (mgr.14180) 891 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:50.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:51.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:50.339542+0000 mgr.smithi089.ojauep (mgr.14180) 892 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:51.708 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:51.739 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:50.339542+0000 mgr.smithi089.ojauep (mgr.14180) 892 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:52.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:51.256283+0000 mgr.smithi089.ojauep (mgr.14180) 893 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:52.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:51.256283+0000 mgr.smithi089.ojauep (mgr.14180) 893 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:53.019 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:53.019 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:53.382 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:54.383 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:54.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:53.015759+0000 mgr.smithi089.ojauep (mgr.14180) 894 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:54.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:53.256704+0000 mgr.smithi089.ojauep (mgr.14180) 895 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:54.691 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:53.015759+0000 mgr.smithi089.ojauep (mgr.14180) 894 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:54.691 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:53.256704+0000 mgr.smithi089.ojauep (mgr.14180) 895 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:55.699 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:55.699 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:56.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:56.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:55.257096+0000 mgr.smithi089.ojauep (mgr.14180) 896 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:56.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:55.695418+0000 mgr.smithi089.ojauep (mgr.14180) 897 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:56.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:55.257096+0000 mgr.smithi089.ojauep (mgr.14180) 896 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:56.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:55.695418+0000 mgr.smithi089.ojauep (mgr.14180) 897 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:57.074 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:58.448 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:25:58.448 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:58.746 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:57.257573+0000 mgr.smithi089.ojauep (mgr.14180) 898 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:58.814 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:58.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:57.257573+0000 mgr.smithi089.ojauep (mgr.14180) 898 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:25:59.815 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:59.848 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:25:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:25:58.444060+0000 mgr.smithi089.ojauep (mgr.14180) 899 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:59.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:25:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:25:58.444060+0000 mgr.smithi089.ojauep (mgr.14180) 899 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:00.669 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:25:59.258074+0000 mgr.smithi089.ojauep (mgr.14180) 900 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:00.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:25:59.258074+0000 mgr.smithi089.ojauep (mgr.14180) 900 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:01.150 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:01.150 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:01.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:02.515 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:02.801 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:01.146855+0000 mgr.smithi089.ojauep (mgr.14180) 901 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:02.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:01.258531+0000 mgr.smithi089.ojauep (mgr.14180) 902 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:02.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:01.146855+0000 mgr.smithi089.ojauep (mgr.14180) 901 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:02.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:01.258531+0000 mgr.smithi089.ojauep (mgr.14180) 902 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:03.766 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:03.767 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:04.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:04.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:03.259019+0000 mgr.smithi089.ojauep (mgr.14180) 903 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:04.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:03.259019+0000 mgr.smithi089.ojauep (mgr.14180) 903 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:05.148 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:05.440 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:03.763308+0000 mgr.smithi089.ojauep (mgr.14180) 904 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:05.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:03.763308+0000 mgr.smithi089.ojauep (mgr.14180) 904 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:06.441 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:06.441 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:06.720 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:05.259547+0000 mgr.smithi089.ojauep (mgr.14180) 905 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:06.797 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:06.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:05.259547+0000 mgr.smithi089.ojauep (mgr.14180) 905 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:07.798 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:07.831 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:06.437641+0000 mgr.smithi089.ojauep (mgr.14180) 906 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:07.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:06.437641+0000 mgr.smithi089.ojauep (mgr.14180) 906 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:08.775 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:07.260076+0000 mgr.smithi089.ojauep (mgr.14180) 907 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:08.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:07.260076+0000 mgr.smithi089.ojauep (mgr.14180) 907 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:09.157 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:09.157 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:09.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:10.513 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:10.816 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:09.153480+0000 mgr.smithi089.ojauep (mgr.14180) 908 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:10.816 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:09.260574+0000 mgr.smithi089.ojauep (mgr.14180) 909 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:10.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:09.153480+0000 mgr.smithi089.ojauep (mgr.14180) 908 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:10.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:09.260574+0000 mgr.smithi089.ojauep (mgr.14180) 909 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:11.834 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:11.834 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:12.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:12.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:11.261005+0000 mgr.smithi089.ojauep (mgr.14180) 910 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:12.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:11.261005+0000 mgr.smithi089.ojauep (mgr.14180) 910 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:13.206 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:13.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:11.830403+0000 mgr.smithi089.ojauep (mgr.14180) 911 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:13.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:11.830403+0000 mgr.smithi089.ojauep (mgr.14180) 911 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:14.542 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:14.542 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:14.699 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:13.261445+0000 mgr.smithi089.ojauep (mgr.14180) 912 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:14.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:13.261445+0000 mgr.smithi089.ojauep (mgr.14180) 912 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:14.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:15.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:14.538647+0000 mgr.smithi089.ojauep (mgr.14180) 913 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:15.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:14.538647+0000 mgr.smithi089.ojauep (mgr.14180) 913 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:15.905 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:16.532 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:15.262095+0000 mgr.smithi089.ojauep (mgr.14180) 914 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:16.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:15.262095+0000 mgr.smithi089.ojauep (mgr.14180) 914 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:17.192 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:17.193 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:17.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:18.571 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:18.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:17.189313+0000 mgr.smithi089.ojauep (mgr.14180) 915 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:18.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:17.262636+0000 mgr.smithi089.ojauep (mgr.14180) 916 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:18.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:17.189313+0000 mgr.smithi089.ojauep (mgr.14180) 915 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:18.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:17.262636+0000 mgr.smithi089.ojauep (mgr.14180) 916 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:19.856 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:19.857 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:20.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:20.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:19.263193+0000 mgr.smithi089.ojauep (mgr.14180) 917 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:20.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:19.263193+0000 mgr.smithi089.ojauep (mgr.14180) 917 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:21.229 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:21.554 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:19.852712+0000 mgr.smithi089.ojauep (mgr.14180) 918 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:21.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:19.852712+0000 mgr.smithi089.ojauep (mgr.14180) 918 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:22.580 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:22.580 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:22.764 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:21.263720+0000 mgr.smithi089.ojauep (mgr.14180) 919 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:22.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:21.263720+0000 mgr.smithi089.ojauep (mgr.14180) 919 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:22.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:23.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:22.576543+0000 mgr.smithi089.ojauep (mgr.14180) 920 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:23.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:22.576543+0000 mgr.smithi089.ojauep (mgr.14180) 920 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:23.945 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:24.606 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:23.264349+0000 mgr.smithi089.ojauep (mgr.14180) 921 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:23.264349+0000 mgr.smithi089.ojauep (mgr.14180) 921 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:25.235 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:25.235 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:25.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:26.603 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:26.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:25.231991+0000 mgr.smithi089.ojauep (mgr.14180) 922 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:26.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:25.264823+0000 mgr.smithi089.ojauep (mgr.14180) 923 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:26.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:25.231991+0000 mgr.smithi089.ojauep (mgr.14180) 922 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:26.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:25.264823+0000 mgr.smithi089.ojauep (mgr.14180) 923 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:27.972 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:27.972 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:28.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:28.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:27.265401+0000 mgr.smithi089.ojauep (mgr.14180) 924 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:28.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:27.265401+0000 mgr.smithi089.ojauep (mgr.14180) 924 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:29.344 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:29.653 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:27.966059+0000 mgr.smithi089.ojauep (mgr.14180) 925 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:29.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:27.966059+0000 mgr.smithi089.ojauep (mgr.14180) 925 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:30.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:29.266160+0000 mgr.smithi089.ojauep (mgr.14180) 926 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:30.660 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:30.660 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:30.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:29.266160+0000 mgr.smithi089.ojauep (mgr.14180) 926 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:31.017 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:31.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:30.657181+0000 mgr.smithi089.ojauep (mgr.14180) 927 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:31.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:30.657181+0000 mgr.smithi089.ojauep (mgr.14180) 927 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:32.018 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:32.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:31.266758+0000 mgr.smithi089.ojauep (mgr.14180) 928 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:32.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:31.266758+0000 mgr.smithi089.ojauep (mgr.14180) 928 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:33.346 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:33.346 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:33.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:34.718 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:34.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:33.267160+0000 mgr.smithi089.ojauep (mgr.14180) 929 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:34.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:33.342396+0000 mgr.smithi089.ojauep (mgr.14180) 930 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:34.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:33.267160+0000 mgr.smithi089.ojauep (mgr.14180) 929 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:34.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:33.342396+0000 mgr.smithi089.ojauep (mgr.14180) 930 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:36.037 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:36.037 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:36.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:36.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:35.267576+0000 mgr.smithi089.ojauep (mgr.14180) 931 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:36.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:35.267576+0000 mgr.smithi089.ojauep (mgr.14180) 931 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:37.402 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:37.710 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:37 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:36.034206+0000 mgr.smithi089.ojauep (mgr.14180) 932 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:37.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:37 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:36.034206+0000 mgr.smithi089.ojauep (mgr.14180) 932 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:38.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:37.267984+0000 mgr.smithi089.ojauep (mgr.14180) 933 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:38.689 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:38.689 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:38.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:37.267984+0000 mgr.smithi089.ojauep (mgr.14180) 933 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:39.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:39.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:38.685797+0000 mgr.smithi089.ojauep (mgr.14180) 934 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:39.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:38.685797+0000 mgr.smithi089.ojauep (mgr.14180) 934 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:40.051 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:40.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:39.268479+0000 mgr.smithi089.ojauep (mgr.14180) 935 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:40.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:39.268479+0000 mgr.smithi089.ojauep (mgr.14180) 935 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:41.364 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:41.364 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:41.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:42.734 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:42.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:41.268978+0000 mgr.smithi089.ojauep (mgr.14180) 936 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:42.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:41.360706+0000 mgr.smithi089.ojauep (mgr.14180) 937 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:42.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:41.268978+0000 mgr.smithi089.ojauep (mgr.14180) 936 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:42.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:41.360706+0000 mgr.smithi089.ojauep (mgr.14180) 937 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:44.046 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:44.046 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:44.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:44.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:43.269427+0000 mgr.smithi089.ojauep (mgr.14180) 938 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:44.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:43.269427+0000 mgr.smithi089.ojauep (mgr.14180) 938 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:45.425 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:45.742 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:45 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:44.042734+0000 mgr.smithi089.ojauep (mgr.14180) 939 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:45.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:45 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:44.042734+0000 mgr.smithi089.ojauep (mgr.14180) 939 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:46.849 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:46.850 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:46.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:45.269891+0000 mgr.smithi089.ojauep (mgr.14180) 940 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:46.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:45.269891+0000 mgr.smithi089.ojauep (mgr.14180) 940 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:47.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:48.217 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:48.836 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:46.846461+0000 mgr.smithi089.ojauep (mgr.14180) 941 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:48.836 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:47.270294+0000 mgr.smithi089.ojauep (mgr.14180) 942 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:48.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:46.846461+0000 mgr.smithi089.ojauep (mgr.14180) 941 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:48.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:47.270294+0000 mgr.smithi089.ojauep (mgr.14180) 942 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:49.495 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:49.495 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:49.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:50.858 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:50.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:49.270715+0000 mgr.smithi089.ojauep (mgr.14180) 943 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:50.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:49.490957+0000 mgr.smithi089.ojauep (mgr.14180) 944 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:50.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:49.270715+0000 mgr.smithi089.ojauep (mgr.14180) 943 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:50.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:49.490957+0000 mgr.smithi089.ojauep (mgr.14180) 944 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:52.134 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:52.134 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:52.506 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:52.801 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:51.271086+0000 mgr.smithi089.ojauep (mgr.14180) 945 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:52.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:51.271086+0000 mgr.smithi089.ojauep (mgr.14180) 945 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:53.507 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:53.808 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:52.130914+0000 mgr.smithi089.ojauep (mgr.14180) 946 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:53.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:52.130914+0000 mgr.smithi089.ojauep (mgr.14180) 946 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:54.825 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:54.825 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:54.855 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:53.271659+0000 mgr.smithi089.ojauep (mgr.14180) 947 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:54.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:53.271659+0000 mgr.smithi089.ojauep (mgr.14180) 947 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:55.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:56.191 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:56.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:54.821818+0000 mgr.smithi089.ojauep (mgr.14180) 948 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:56.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:55.272080+0000 mgr.smithi089.ojauep (mgr.14180) 949 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:56.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:54.821818+0000 mgr.smithi089.ojauep (mgr.14180) 948 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:56.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:55.272080+0000 mgr.smithi089.ojauep (mgr.14180) 949 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:57.479 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:26:57.480 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:57.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:58.848 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:58.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:57.272517+0000 mgr.smithi089.ojauep (mgr.14180) 950 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:58.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:26:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:26:57.476380+0000 mgr.smithi089.ojauep (mgr.14180) 951 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:58.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:57.272517+0000 mgr.smithi089.ojauep (mgr.14180) 950 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:26:58.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:26:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:26:57.476380+0000 mgr.smithi089.ojauep (mgr.14180) 951 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:00.223 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:00.223 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:00.600 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:00.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:26:59.272972+0000 mgr.smithi089.ojauep (mgr.14180) 952 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:00.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:26:59.272972+0000 mgr.smithi089.ojauep (mgr.14180) 952 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:01.601 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:01.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:00.219680+0000 mgr.smithi089.ojauep (mgr.14180) 953 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:01.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:00.219680+0000 mgr.smithi089.ojauep (mgr.14180) 953 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:02.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:01.273587+0000 mgr.smithi089.ojauep (mgr.14180) 954 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:02.875 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:02.876 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:02.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:01.273587+0000 mgr.smithi089.ojauep (mgr.14180) 954 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:03.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:04.248 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:04.858 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:02.872452+0000 mgr.smithi089.ojauep (mgr.14180) 955 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:04.858 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:03.274155+0000 mgr.smithi089.ojauep (mgr.14180) 956 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:04.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:02.872452+0000 mgr.smithi089.ojauep (mgr.14180) 955 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:04.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:03.274155+0000 mgr.smithi089.ojauep (mgr.14180) 956 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:05.497 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:05.498 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:05.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:06.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:05.274579+0000 mgr.smithi089.ojauep (mgr.14180) 957 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:06.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:05.494044+0000 mgr.smithi089.ojauep (mgr.14180) 958 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:06.864 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:06.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:05.274579+0000 mgr.smithi089.ojauep (mgr.14180) 957 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:06.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:05.494044+0000 mgr.smithi089.ojauep (mgr.14180) 958 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:08.190 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:08.190 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:08.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:08.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:07.275025+0000 mgr.smithi089.ojauep (mgr.14180) 959 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:08.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:07.275025+0000 mgr.smithi089.ojauep (mgr.14180) 959 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:09.579 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:09.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:08.186095+0000 mgr.smithi089.ojauep (mgr.14180) 960 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:09.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:08.186095+0000 mgr.smithi089.ojauep (mgr.14180) 960 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:10.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:09.275533+0000 mgr.smithi089.ojauep (mgr.14180) 961 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:10.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:09.275533+0000 mgr.smithi089.ojauep (mgr.14180) 961 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:10.969 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:10.969 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:11.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:12.329 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:12.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:10.965795+0000 mgr.smithi089.ojauep (mgr.14180) 962 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:12.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:11.275971+0000 mgr.smithi089.ojauep (mgr.14180) 963 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:13.007 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:10.965795+0000 mgr.smithi089.ojauep (mgr.14180) 962 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:13.008 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:11.275971+0000 mgr.smithi089.ojauep (mgr.14180) 963 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:13.662 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:13.663 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:14.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:14.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:13.276495+0000 mgr.smithi089.ojauep (mgr.14180) 964 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:14.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:13.659096+0000 mgr.smithi089.ojauep (mgr.14180) 965 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:15.029 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:15.061 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:13.276495+0000 mgr.smithi089.ojauep (mgr.14180) 964 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:15.061 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:13.659096+0000 mgr.smithi089.ojauep (mgr.14180) 965 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:16.336 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:16.337 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:16.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:16.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:15.276935+0000 mgr.smithi089.ojauep (mgr.14180) 966 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:17.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:15.276935+0000 mgr.smithi089.ojauep (mgr.14180) 966 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:17.695 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:17.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:16.332671+0000 mgr.smithi089.ojauep (mgr.14180) 967 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:18.012 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:16.332671+0000 mgr.smithi089.ojauep (mgr.14180) 967 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:18.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:17.277861+0000 mgr.smithi089.ojauep (mgr.14180) 968 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:19.033 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:19.034 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:19.055 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:17.277861+0000 mgr.smithi089.ojauep (mgr.14180) 968 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:19.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:20.405 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:20.712 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:19.030158+0000 mgr.smithi089.ojauep (mgr.14180) 969 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:20.713 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:19.278302+0000 mgr.smithi089.ojauep (mgr.14180) 970 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:20.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:19.030158+0000 mgr.smithi089.ojauep (mgr.14180) 969 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:20.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:19.278302+0000 mgr.smithi089.ojauep (mgr.14180) 970 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:21.713 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:21.713 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:22.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:22.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:21.278902+0000 mgr.smithi089.ojauep (mgr.14180) 971 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:22.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:21.709591+0000 mgr.smithi089.ojauep (mgr.14180) 972 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:23.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:21.278902+0000 mgr.smithi089.ojauep (mgr.14180) 971 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:23.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:21.709591+0000 mgr.smithi089.ojauep (mgr.14180) 972 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:23.210 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:24.544 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:24.544 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:54.166848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.bxkshu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-bxkshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.bxkshu\nDeploy daemon haproxy.nfs.foo.smithi105.bxkshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:18:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:18:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:19:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.363483Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.lttndk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-lttndk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.lttndk\nDeploy daemon haproxy.nfs.foo.smithi089.lttndk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:20:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:21:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:22:23.364650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.bkhynf on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:24.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:23.279359+0000 mgr.smithi089.ojauep (mgr.14180) 973 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:23.279359+0000 mgr.smithi089.ojauep (mgr.14180) 973 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:24.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:25.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:24.540279+0000 mgr.smithi089.ojauep (mgr.14180) 974 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:25.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:25.467055+0000 mon.smithi089 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi089.bhhwlv"}]: dispatch 2024-01-24T03:27:25.920 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:26.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:24.540279+0000 mgr.smithi089.ojauep (mgr.14180) 974 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:26.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:25.467055+0000 mon.smithi089 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi089.bhhwlv"}]: dispatch 2024-01-24T03:27:26.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:25.279829+0000 mgr.smithi089.ojauep (mgr.14180) 975 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:26.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:27:25.466573+0000 mgr.smithi089.ojauep (mgr.14180) 976 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv 2024-01-24T03:27:26.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv 2024-01-24T03:27:26.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv 2024-01-24T03:27:26.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv 2024-01-24T03:27:26.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Deploy daemon haproxy.nfs.foo.smithi089.bhhwlv ... 2024-01-24T03:27:26.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:26.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:27:26.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:25:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:27:26.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:26:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:27:26.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:26:48Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:27:26.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:27:26.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:26.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Traceback (most recent call last): 2024-01-24T03:27:26.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:27:26.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: yield (conn, connr) 2024-01-24T03:27:26.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:27:26.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: code, '\n'.join(err))) 2024-01-24T03:27:26.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv 2024-01-24T03:27:26.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv 2024-01-24T03:27:26.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv 2024-01-24T03:27:26.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv 2024-01-24T03:27:26.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Deploy daemon haproxy.nfs.foo.smithi089.bhhwlv ... 2024-01-24T03:27:26.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:26.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:27:26.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:25:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:27:26.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:26:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:27:26.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:26:48Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:27:26.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:27:26.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:26.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:27:25.466753+0000 mgr.smithi089.ojauep (mgr.14180) 977 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi089.bhhwlv 2024-01-24T03:27:26.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:27:25.467611+0000 mgr.smithi089.ojauep (mgr.14180) 978 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv 2024-01-24T03:27:26.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv 2024-01-24T03:27:26.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv 2024-01-24T03:27:26.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv 2024-01-24T03:27:26.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: Deploy daemon haproxy.nfs.foo.smithi089.bhhwlv ... 2024-01-24T03:27:26.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:26.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:27:26.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:25:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:27:26.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:26:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:27:26.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr time="2024-01-24T03:26:48Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:27:26.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:27:26.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:26.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:27:25.468797+0000 mgr.smithi089.ojauep (mgr.14180) 979 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:27:26.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:27:25.469813+0000 mgr.smithi089.ojauep (mgr.14180) 980 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:27:26.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:25.470463+0000 mgr.smithi089.ojauep (mgr.14180) 981 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T03:27:26.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:25.642902+0000 mon.smithi089 (mon.0) 690 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:27:27.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:25.279829+0000 mgr.smithi089.ojauep (mgr.14180) 975 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:27.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:27:25.466573+0000 mgr.smithi089.ojauep (mgr.14180) 976 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv 2024-01-24T03:27:27.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv 2024-01-24T03:27:27.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv 2024-01-24T03:27:27.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv 2024-01-24T03:27:27.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Deploy daemon haproxy.nfs.foo.smithi089.bhhwlv ... 2024-01-24T03:27:27.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:27.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:27:27.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:25:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:27:27.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:26:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:27:27.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:26:48Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:27:27.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:27:27.144 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:27.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Traceback (most recent call last): 2024-01-24T03:27:27.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:27:27.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: yield (conn, connr) 2024-01-24T03:27:27.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:27:27.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: code, '\n'.join(err))) 2024-01-24T03:27:27.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv 2024-01-24T03:27:27.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv 2024-01-24T03:27:27.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv 2024-01-24T03:27:27.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv 2024-01-24T03:27:27.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Deploy daemon haproxy.nfs.foo.smithi089.bhhwlv ... 2024-01-24T03:27:27.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:27.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:27:27.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:25:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:27:27.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:26:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:27:27.145 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:26:48Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:27:27.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:27:27.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:27.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:27:25.466753+0000 mgr.smithi089.ojauep (mgr.14180) 977 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi089.bhhwlv 2024-01-24T03:27:27.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:27:25.467611+0000 mgr.smithi089.ojauep (mgr.14180) 978 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv 2024-01-24T03:27:27.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv 2024-01-24T03:27:27.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv 2024-01-24T03:27:27.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: /bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv 2024-01-24T03:27:27.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: Deploy daemon haproxy.nfs.foo.smithi089.bhhwlv ... 2024-01-24T03:27:27.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:27.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:27:27.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:25:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:27:27.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:26:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:27:27.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr time="2024-01-24T03:26:48Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:27:27.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:27:27.146 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:27.147 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:27:25.468797+0000 mgr.smithi089.ojauep (mgr.14180) 979 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:27:27.147 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:27:25.469813+0000 mgr.smithi089.ojauep (mgr.14180) 980 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:27:27.147 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:25.470463+0000 mgr.smithi089.ojauep (mgr.14180) 981 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T03:27:27.147 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:25.642902+0000 mon.smithi089 (mon.0) 690 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:27:27.204 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:27.207 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:27.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:28.577 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:28.610 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:27.200844+0000 mgr.smithi089.ojauep (mgr.14180) 982 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:28.610 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:27.296898+0000 mon.smithi089 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:27:28.610 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:27.471053+0000 mgr.smithi089.ojauep (mgr.14180) 983 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T03:27:28.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:27.200844+0000 mgr.smithi089.ojauep (mgr.14180) 982 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:28.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:27.296898+0000 mon.smithi089 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:27:28.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:27.471053+0000 mgr.smithi089.ojauep (mgr.14180) 983 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T03:27:29.912 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:29.912 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:30.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:30.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:29.471824+0000 mgr.smithi089.ojauep (mgr.14180) 984 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T03:27:30.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:29.471824+0000 mgr.smithi089.ojauep (mgr.14180) 984 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T03:27:31.268 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:31.585 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:29.909094+0000 mgr.smithi089.ojauep (mgr.14180) 985 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:31.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:29.909094+0000 mgr.smithi089.ojauep (mgr.14180) 985 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:32.572 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:32.572 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:32.801 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:31.472578+0000 mgr.smithi089.ojauep (mgr.14180) 986 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T03:27:32.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:31.472578+0000 mgr.smithi089.ojauep (mgr.14180) 986 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T03:27:32.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:33.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:32.569126+0000 mgr.smithi089.ojauep (mgr.14180) 987 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:33.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:33 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:32.569126+0000 mgr.smithi089.ojauep (mgr.14180) 987 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:33.943 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:34.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:33.473147+0000 mgr.smithi089.ojauep (mgr.14180) 988 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T03:27:34.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:33.906447+0000 mon.smithi089 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:27:34.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:33.473147+0000 mgr.smithi089.ojauep (mgr.14180) 988 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T03:27:34.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:33.906447+0000 mon.smithi089 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:27:35.218 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:35.218 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:35.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:36.576 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:36.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:35.214509+0000 mgr.smithi089.ojauep (mgr.14180) 989 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:36.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:35.473663+0000 mgr.smithi089.ojauep (mgr.14180) 990 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T03:27:36.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:35.214509+0000 mgr.smithi089.ojauep (mgr.14180) 989 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:36.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:35.473663+0000 mgr.smithi089.ojauep (mgr.14180) 990 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T03:27:37.849 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:37.849 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:38.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:38.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:37.474192+0000 mgr.smithi089.ojauep (mgr.14180) 991 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:38.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:37.474192+0000 mgr.smithi089.ojauep (mgr.14180) 991 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:39.209 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:39.820 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:37.846379+0000 mgr.smithi089.ojauep (mgr.14180) 992 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:39.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:37.846379+0000 mgr.smithi089.ojauep (mgr.14180) 992 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:40.483 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:40.483 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:40.797 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:39.474881+0000 mgr.smithi089.ojauep (mgr.14180) 993 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:40.856 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:40.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:39.474881+0000 mgr.smithi089.ojauep (mgr.14180) 993 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:41.858 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:41.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:41 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:40.479968+0000 mgr.smithi089.ojauep (mgr.14180) 994 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:41.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:41 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:40.479968+0000 mgr.smithi089.ojauep (mgr.14180) 994 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:42.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:41.475430+0000 mgr.smithi089.ojauep (mgr.14180) 995 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:42.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:41.475430+0000 mgr.smithi089.ojauep (mgr.14180) 995 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:43.222 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:43.222 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:43.581 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:44.583 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:44.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:43.218800+0000 mgr.smithi089.ojauep (mgr.14180) 996 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:44.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:43.476003+0000 mgr.smithi089.ojauep (mgr.14180) 997 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:44.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:43.218800+0000 mgr.smithi089.ojauep (mgr.14180) 996 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:44.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:43.476003+0000 mgr.smithi089.ojauep (mgr.14180) 997 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:45.881 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:45.881 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:46.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:46.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:45.476560+0000 mgr.smithi089.ojauep (mgr.14180) 998 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:46.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:45.476560+0000 mgr.smithi089.ojauep (mgr.14180) 998 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:47.240 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:47.599 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:45.877767+0000 mgr.smithi089.ojauep (mgr.14180) 999 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:47.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:47 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:45.877767+0000 mgr.smithi089.ojauep (mgr.14180) 999 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:48.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:47.477177+0000 mgr.smithi089.ojauep (mgr.14180) 1000 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:48.628 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:48.629 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:48.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:47.477177+0000 mgr.smithi089.ojauep (mgr.14180) 1000 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:48.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:49.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:49 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:48.625760+0000 mgr.smithi089.ojauep (mgr.14180) 1001 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:49.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:48.625760+0000 mgr.smithi089.ojauep (mgr.14180) 1001 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:49.998 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:50.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:49.477871+0000 mgr.smithi089.ojauep (mgr.14180) 1002 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:50.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:49.477871+0000 mgr.smithi089.ojauep (mgr.14180) 1002 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:51.259 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:51.259 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:51.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:52.607 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:52.803 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:51.255750+0000 mgr.smithi089.ojauep (mgr.14180) 1003 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:52.803 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:51.478495+0000 mgr.smithi089.ojauep (mgr.14180) 1004 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:52.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:51.255750+0000 mgr.smithi089.ojauep (mgr.14180) 1003 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:52.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:51.478495+0000 mgr.smithi089.ojauep (mgr.14180) 1004 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:53.930 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:53.930 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:54.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:54.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:53.479103+0000 mgr.smithi089.ojauep (mgr.14180) 1005 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:54.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:53.479103+0000 mgr.smithi089.ojauep (mgr.14180) 1005 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:55.310 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:55.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:55 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:53.926887+0000 mgr.smithi089.ojauep (mgr.14180) 1006 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:55.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:55 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:53.926887+0000 mgr.smithi089.ojauep (mgr.14180) 1006 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:56.597 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:56.597 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:56.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:55.479659+0000 mgr.smithi089.ojauep (mgr.14180) 1007 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:56.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:55.479659+0000 mgr.smithi089.ojauep (mgr.14180) 1007 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:56.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:57.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:56.593675+0000 mgr.smithi089.ojauep (mgr.14180) 1008 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:57.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:56.593675+0000 mgr.smithi089.ojauep (mgr.14180) 1008 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:57.957 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:58.850 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:27:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:57.480220+0000 mgr.smithi089.ojauep (mgr.14180) 1009 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:58.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:27:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:57.480220+0000 mgr.smithi089.ojauep (mgr.14180) 1009 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:27:59.223 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:27:59.223 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:59.587 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:00.588 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:00.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:27:59.219272+0000 mgr.smithi089.ojauep (mgr.14180) 1010 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:00.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:27:59.480896+0000 mgr.smithi089.ojauep (mgr.14180) 1011 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:00.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:27:59.219272+0000 mgr.smithi089.ojauep (mgr.14180) 1010 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:00.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:27:59.480896+0000 mgr.smithi089.ojauep (mgr.14180) 1011 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:01.889 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:01.889 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:02.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:02.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:01.481638+0000 mgr.smithi089.ojauep (mgr.14180) 1012 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:02.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:01.481638+0000 mgr.smithi089.ojauep (mgr.14180) 1012 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:03.273 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:03.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:03 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:01.886075+0000 mgr.smithi089.ojauep (mgr.14180) 1013 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:03.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:03 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:01.886075+0000 mgr.smithi089.ojauep (mgr.14180) 1013 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:04.599 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:04.599 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:04.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:03.482415+0000 mgr.smithi089.ojauep (mgr.14180) 1014 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:04.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:03.482415+0000 mgr.smithi089.ojauep (mgr.14180) 1014 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:04.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:05.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:04.596040+0000 mgr.smithi089.ojauep (mgr.14180) 1015 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:05.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:04.596040+0000 mgr.smithi089.ojauep (mgr.14180) 1015 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:05.963 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:06.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:05.482929+0000 mgr.smithi089.ojauep (mgr.14180) 1016 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:06.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:05.482929+0000 mgr.smithi089.ojauep (mgr.14180) 1016 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:07.242 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:07.243 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:07.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:08.619 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:08.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:07.239480+0000 mgr.smithi089.ojauep (mgr.14180) 1017 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:08.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:07.483689+0000 mgr.smithi089.ojauep (mgr.14180) 1018 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:08.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:07.239480+0000 mgr.smithi089.ojauep (mgr.14180) 1017 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:08.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:07.483689+0000 mgr.smithi089.ojauep (mgr.14180) 1018 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:09.861 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:09.861 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:10.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:10.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:09.484279+0000 mgr.smithi089.ojauep (mgr.14180) 1019 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:10.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:09.484279+0000 mgr.smithi089.ojauep (mgr.14180) 1019 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:11.228 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:11.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:11 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:09.857428+0000 mgr.smithi089.ojauep (mgr.14180) 1020 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:11.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:11 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:09.857428+0000 mgr.smithi089.ojauep (mgr.14180) 1020 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:12.537 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:12.537 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:12.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:11.484871+0000 mgr.smithi089.ojauep (mgr.14180) 1021 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:12.886 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:12.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:11.484871+0000 mgr.smithi089.ojauep (mgr.14180) 1021 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:13.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:12.533835+0000 mgr.smithi089.ojauep (mgr.14180) 1022 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:13.887 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:13.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:12.533835+0000 mgr.smithi089.ojauep (mgr.14180) 1022 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:14.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:13.485449+0000 mgr.smithi089.ojauep (mgr.14180) 1023 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:14.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:13.485449+0000 mgr.smithi089.ojauep (mgr.14180) 1023 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:15.226 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:15.226 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:15.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:16.586 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:16.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:15.222965+0000 mgr.smithi089.ojauep (mgr.14180) 1024 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:16.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:15.486036+0000 mgr.smithi089.ojauep (mgr.14180) 1025 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:16.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:15.222965+0000 mgr.smithi089.ojauep (mgr.14180) 1024 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:16.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:15.486036+0000 mgr.smithi089.ojauep (mgr.14180) 1025 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:17.913 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:17.913 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:18.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:18.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:17.486839+0000 mgr.smithi089.ojauep (mgr.14180) 1026 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:18.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:17.486839+0000 mgr.smithi089.ojauep (mgr.14180) 1026 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:19.286 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:19.586 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:19 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:17.909985+0000 mgr.smithi089.ojauep (mgr.14180) 1027 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:19.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:19 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:17.909985+0000 mgr.smithi089.ojauep (mgr.14180) 1027 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:20.652 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:20.652 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:20.805 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:19.487570+0000 mgr.smithi089.ojauep (mgr.14180) 1028 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:20.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:19.487570+0000 mgr.smithi089.ojauep (mgr.14180) 1028 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:21.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:21.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:20.648537+0000 mgr.smithi089.ojauep (mgr.14180) 1029 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:21.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:20.648537+0000 mgr.smithi089.ojauep (mgr.14180) 1029 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:22.001 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:22.605 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:21.488320+0000 mgr.smithi089.ojauep (mgr.14180) 1030 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:22.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:21.488320+0000 mgr.smithi089.ojauep (mgr.14180) 1030 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:23.286 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:23.287 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:23.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:24.644 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:24.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:23.283028+0000 mgr.smithi089.ojauep (mgr.14180) 1031 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:24.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:23.488911+0000 mgr.smithi089.ojauep (mgr.14180) 1032 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:23.283028+0000 mgr.smithi089.ojauep (mgr.14180) 1031 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:23.488911+0000 mgr.smithi089.ojauep (mgr.14180) 1032 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:25.989 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:25.989 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:24.935580Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:24.936174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:24.935751Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:24.935821Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:24.935882Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:24.935941Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:26.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:26.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:25.472222+0000 mon.smithi089 (mon.0) 693 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:28:26.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:25.489458+0000 mgr.smithi089.ojauep (mgr.14180) 1033 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:26.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:25.472222+0000 mon.smithi089 (mon.0) 693 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:28:26.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:25.489458+0000 mgr.smithi089.ojauep (mgr.14180) 1033 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:27.531 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:27.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:25.985782+0000 mgr.smithi089.ojauep (mgr.14180) 1034 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:27.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:27 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:26.824596+0000 mon.smithi089 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:28:27.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:25.985782+0000 mgr.smithi089.ojauep (mgr.14180) 1034 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:27.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:27 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:26.824596+0000 mon.smithi089 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:28:28.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:27.490273+0000 mgr.smithi089.ojauep (mgr.14180) 1035 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:28.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:27.490273+0000 mgr.smithi089.ojauep (mgr.14180) 1035 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:29.234 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:29.235 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:22:26.741975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:22:26.742041Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:22:26.742105Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:22:26.742540Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:22:26.741870Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:22:26.741729Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:22:26.742599Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:22:26.742169Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:22:26.742306Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:22:26.742246Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:29.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:30.545 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:30.578 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:29.230990+0000 mgr.smithi089.ojauep (mgr.14180) 1036 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:30.578 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:29.285765+0000 mon.smithi089 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:28:30.578 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:29.490892+0000 mgr.smithi089.ojauep (mgr.14180) 1037 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:30.578 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:29.613912+0000 mon.smithi089 (mon.0) 696 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:28:30.578 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:29.614556+0000 mon.smithi089 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:28:30.578 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:29.618833+0000 mon.smithi089 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:28:30.579 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:29.619194+0000 mgr.smithi089.ojauep (mgr.14180) 1038 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:28:30.579 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:29.622685+0000 mon.smithi089 (mon.0) 699 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:28:30.579 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:29.629663+0000 mon.smithi089 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:28:30.579 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cephadm 2024-01-24T03:28:29.631587+0000 mgr.smithi089.ojauep (mgr.14180) 1039 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.zrtefn on smithi105 2024-01-24T03:28:30.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:29.230990+0000 mgr.smithi089.ojauep (mgr.14180) 1036 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:30.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:29.285765+0000 mon.smithi089 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:28:30.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:29.490892+0000 mgr.smithi089.ojauep (mgr.14180) 1037 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:30.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:29.613912+0000 mon.smithi089 (mon.0) 696 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:28:30.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:29.614556+0000 mon.smithi089 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:28:30.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:29.618833+0000 mon.smithi089 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:28:30.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:29.619194+0000 mgr.smithi089.ojauep (mgr.14180) 1038 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:28:30.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:29.622685+0000 mon.smithi089 (mon.0) 699 : audit [DBG] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:28:30.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:29.629663+0000 mon.smithi089 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:28:30.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cephadm 2024-01-24T03:28:29.631587+0000 mgr.smithi089.ojauep (mgr.14180) 1039 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.zrtefn on smithi105 2024-01-24T03:28:31.470 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:30.283801+0000 mon.smithi089 (mon.0) 701 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:28:31.471 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:30.283845+0000 mon.smithi089 (mon.0) 702 : cluster [INF] Cluster is now healthy 2024-01-24T03:28:31.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:30.283801+0000 mon.smithi089 (mon.0) 701 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:28:31.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:30.283845+0000 mon.smithi089 (mon.0) 702 : cluster [INF] Cluster is now healthy 2024-01-24T03:28:31.820 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:31.820 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:32.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:32.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:31.619607+0000 mgr.smithi089.ojauep (mgr.14180) 1040 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:28:32.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:31.619607+0000 mgr.smithi089.ojauep (mgr.14180) 1040 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:28:33.175 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:33.484 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:31.816445+0000 mgr.smithi089.ojauep (mgr.14180) 1041 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:33.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:33 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:31.816445+0000 mgr.smithi089.ojauep (mgr.14180) 1041 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:34.514 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:34.514 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:34.540 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:33.620038+0000 mgr.smithi089.ojauep (mgr.14180) 1042 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:28:34.540 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:33.906785+0000 mon.smithi089 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:28:34.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:33.620038+0000 mgr.smithi089.ojauep (mgr.14180) 1042 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:28:34.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:33.906785+0000 mon.smithi089 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.89:0/3226033182' entity='mgr.smithi089.ojauep' 2024-01-24T03:28:34.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:35.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:35 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:34.510489+0000 mgr.smithi089.ojauep (mgr.14180) 1043 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:35.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:35 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:34.510489+0000 mgr.smithi089.ojauep (mgr.14180) 1043 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:35.882 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:36.502 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:35.620576+0000 mgr.smithi089.ojauep (mgr.14180) 1044 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:28:36.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:35.620576+0000 mgr.smithi089.ojauep (mgr.14180) 1044 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:28:37.168 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:37.168 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:37.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:38.533 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:38.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:37.164931+0000 mgr.smithi089.ojauep (mgr.14180) 1045 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:38.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:37.621001+0000 mgr.smithi089.ojauep (mgr.14180) 1046 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:28:39.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:37.164931+0000 mgr.smithi089.ojauep (mgr.14180) 1045 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:39.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:37.621001+0000 mgr.smithi089.ojauep (mgr.14180) 1046 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:28:39.900 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:39.900 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:40.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:41.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:39.621582+0000 mgr.smithi089.ojauep (mgr.14180) 1047 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:28:41.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:39.621582+0000 mgr.smithi089.ojauep (mgr.14180) 1047 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-24T03:28:41.229 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:41.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:41 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:39.896727+0000 mgr.smithi089.ojauep (mgr.14180) 1048 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:42.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:41 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:39.896727+0000 mgr.smithi089.ojauep (mgr.14180) 1048 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:42.540 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:42.540 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:42.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:41.622133+0000 mgr.smithi089.ojauep (mgr.14180) 1049 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:42.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:43.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:41.622133+0000 mgr.smithi089.ojauep (mgr.14180) 1049 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:43.906 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:43.941 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:43 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:42.536695+0000 mgr.smithi089.ojauep (mgr.14180) 1050 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:44.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:43 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:42.536695+0000 mgr.smithi089.ojauep (mgr.14180) 1050 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:44.859 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:43.622725+0000 mgr.smithi089.ojauep (mgr.14180) 1051 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:45.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:43.622725+0000 mgr.smithi089.ojauep (mgr.14180) 1051 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:45.237 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:45.238 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:45.556 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:46.557 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:46.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:45.193213+0000 mgr.smithi089.ojauep (mgr.14180) 1052 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:46.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:45.623167+0000 mgr.smithi089.ojauep (mgr.14180) 1053 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:46.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:45.193213+0000 mgr.smithi089.ojauep (mgr.14180) 1052 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:46.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:45.623167+0000 mgr.smithi089.ojauep (mgr.14180) 1053 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:47.893 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:47.893 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:48.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:49.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:47.623590+0000 mgr.smithi089.ojauep (mgr.14180) 1054 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:49.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:47.623590+0000 mgr.smithi089.ojauep (mgr.14180) 1054 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:49.255 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:49.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:49 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:47.889764+0000 mgr.smithi089.ojauep (mgr.14180) 1055 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:50.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:49 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:47.889764+0000 mgr.smithi089.ojauep (mgr.14180) 1055 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:50.615 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:50.615 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:50.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:49.624179+0000 mgr.smithi089.ojauep (mgr.14180) 1056 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:50.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:51.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:49.624179+0000 mgr.smithi089.ojauep (mgr.14180) 1056 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:51.989 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:52.021 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:50.612089+0000 mgr.smithi089.ojauep (mgr.14180) 1057 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:52.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:50.612089+0000 mgr.smithi089.ojauep (mgr.14180) 1057 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:52.959 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:51.624891+0000 mgr.smithi089.ojauep (mgr.14180) 1058 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:53.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:51.624891+0000 mgr.smithi089.ojauep (mgr.14180) 1058 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:53.320 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:53.321 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:53.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:54.688 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:54.997 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:53.317341+0000 mgr.smithi089.ojauep (mgr.14180) 1059 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:54.997 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:53.625534+0000 mgr.smithi089.ojauep (mgr.14180) 1060 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:55.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:53.317341+0000 mgr.smithi089.ojauep (mgr.14180) 1059 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:55.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:53.625534+0000 mgr.smithi089.ojauep (mgr.14180) 1060 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:56.018 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:56.018 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:56.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:56.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:55.626252+0000 mgr.smithi089.ojauep (mgr.14180) 1061 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:56.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:55.626252+0000 mgr.smithi089.ojauep (mgr.14180) 1061 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:57.388 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:57.696 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:57 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:56.014509+0000 mgr.smithi089.ojauep (mgr.14180) 1062 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:57.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:57 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:56.014509+0000 mgr.smithi089.ojauep (mgr.14180) 1062 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:58.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:57.626704+0000 mgr.smithi089.ojauep (mgr.14180) 1063 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:58.693 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:28:58.693 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:58.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:57.626704+0000 mgr.smithi089.ojauep (mgr.14180) 1063 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:28:59.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:59.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:28:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:28:58.690217+0000 mgr.smithi089.ojauep (mgr.14180) 1064 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:59.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:28:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:28:58.690217+0000 mgr.smithi089.ojauep (mgr.14180) 1064 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:00.046 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:00.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:28:59.627377+0000 mgr.smithi089.ojauep (mgr.14180) 1065 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:00.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:28:59.627377+0000 mgr.smithi089.ojauep (mgr.14180) 1065 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:01.340 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:01.340 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:01.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:02.711 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:03.037 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:01.337020+0000 mgr.smithi089.ojauep (mgr.14180) 1066 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:03.037 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:01.627852+0000 mgr.smithi089.ojauep (mgr.14180) 1067 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:03.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:01.337020+0000 mgr.smithi089.ojauep (mgr.14180) 1066 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:03.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:01.627852+0000 mgr.smithi089.ojauep (mgr.14180) 1067 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:04.052 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:04.053 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:04.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:05.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:03.628437+0000 mgr.smithi089.ojauep (mgr.14180) 1068 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:05.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:03.628437+0000 mgr.smithi089.ojauep (mgr.14180) 1068 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:05.421 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:05.737 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:05 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:04.049244+0000 mgr.smithi089.ojauep (mgr.14180) 1069 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:06.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:05 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:04.049244+0000 mgr.smithi089.ojauep (mgr.14180) 1069 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:06.710 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:06.711 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:07.042 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:05.628968+0000 mgr.smithi089.ojauep (mgr.14180) 1070 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:07.069 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:07.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:05.628968+0000 mgr.smithi089.ojauep (mgr.14180) 1070 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:08.070 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:08.100 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:06.707157+0000 mgr.smithi089.ojauep (mgr.14180) 1071 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:08.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:06.707157+0000 mgr.smithi089.ojauep (mgr.14180) 1071 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:08.989 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:07.629365+0000 mgr.smithi089.ojauep (mgr.14180) 1072 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:09.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:07.629365+0000 mgr.smithi089.ojauep (mgr.14180) 1072 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:09.355 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:09.355 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:09.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:10.721 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:11.028 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:09.352053+0000 mgr.smithi089.ojauep (mgr.14180) 1073 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:11.028 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:09.629967+0000 mgr.smithi089.ojauep (mgr.14180) 1074 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:11.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:09.352053+0000 mgr.smithi089.ojauep (mgr.14180) 1073 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:11.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:09.629967+0000 mgr.smithi089.ojauep (mgr.14180) 1074 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:12.000 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:12.000 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:12.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:13.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:11.630386+0000 mgr.smithi089.ojauep (mgr.14180) 1075 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:13.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:11.630386+0000 mgr.smithi089.ojauep (mgr.14180) 1075 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:13.402 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:14.021 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:13 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:11.995551+0000 mgr.smithi089.ojauep (mgr.14180) 1076 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:14.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:13 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:11.995551+0000 mgr.smithi089.ojauep (mgr.14180) 1076 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:14.700 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:14.700 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:15.000 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:13.630960+0000 mgr.smithi089.ojauep (mgr.14180) 1077 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:15.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:15.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:13.630960+0000 mgr.smithi089.ojauep (mgr.14180) 1077 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:16.069 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:16.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:14.696512+0000 mgr.smithi089.ojauep (mgr.14180) 1078 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:16.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:14.696512+0000 mgr.smithi089.ojauep (mgr.14180) 1078 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:17.006 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:15.631447+0000 mgr.smithi089.ojauep (mgr.14180) 1079 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:17.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:15.631447+0000 mgr.smithi089.ojauep (mgr.14180) 1079 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:17.374 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:17.374 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:17.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:18.768 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:19.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:17.370683+0000 mgr.smithi089.ojauep (mgr.14180) 1080 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:19.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:17.632014+0000 mgr.smithi089.ojauep (mgr.14180) 1081 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:19.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:17.370683+0000 mgr.smithi089.ojauep (mgr.14180) 1080 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:19.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:17.632014+0000 mgr.smithi089.ojauep (mgr.14180) 1081 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:20.081 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:20.081 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:20.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:21.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:19.632539+0000 mgr.smithi089.ojauep (mgr.14180) 1082 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:21.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:19.632539+0000 mgr.smithi089.ojauep (mgr.14180) 1082 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:21.460 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:21.776 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:21 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:20.077558+0000 mgr.smithi089.ojauep (mgr.14180) 1083 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:22.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:21 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:20.077558+0000 mgr.smithi089.ojauep (mgr.14180) 1083 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:22.764 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:22.764 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:23.073 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:21.633011+0000 mgr.smithi089.ojauep (mgr.14180) 1084 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:23.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:21.633011+0000 mgr.smithi089.ojauep (mgr.14180) 1084 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:23.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:24.176 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:24.803 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:22.760200+0000 mgr.smithi089.ojauep (mgr.14180) 1085 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:24.803 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:23.633608+0000 mgr.smithi089.ojauep (mgr.14180) 1086 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:25.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:22.760200+0000 mgr.smithi089.ojauep (mgr.14180) 1085 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:25.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:23.633608+0000 mgr.smithi089.ojauep (mgr.14180) 1086 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:25.450 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:25.450 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:25.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:26.825 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:26.858 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:25.446682+0000 mgr.smithi089.ojauep (mgr.14180) 1087 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:26.858 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:25.634134+0000 mgr.smithi089.ojauep (mgr.14180) 1088 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:26.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:25.446682+0000 mgr.smithi089.ojauep (mgr.14180) 1087 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:26.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:25.634134+0000 mgr.smithi089.ojauep (mgr.14180) 1088 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:28.132 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:28.132 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:28.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:28.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:27.634612+0000 mgr.smithi089.ojauep (mgr.14180) 1089 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:29.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:27.634612+0000 mgr.smithi089.ojauep (mgr.14180) 1089 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:29.533 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:29.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:29 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:28.128661+0000 mgr.smithi089.ojauep (mgr.14180) 1090 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:30.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:29 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:28.128661+0000 mgr.smithi089.ojauep (mgr.14180) 1090 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:30.827 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:30.827 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:30.855 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:29.635134+0000 mgr.smithi089.ojauep (mgr.14180) 1091 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:31.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:29.635134+0000 mgr.smithi089.ojauep (mgr.14180) 1091 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:31.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:32.199 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:32.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:30.823937+0000 mgr.smithi089.ojauep (mgr.14180) 1092 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:32.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:31.635670+0000 mgr.smithi089.ojauep (mgr.14180) 1093 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:33.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:30.823937+0000 mgr.smithi089.ojauep (mgr.14180) 1092 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:33.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:31.635670+0000 mgr.smithi089.ojauep (mgr.14180) 1093 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:33.515 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:33.515 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:33.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:34.926 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:34.959 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:33.511848+0000 mgr.smithi089.ojauep (mgr.14180) 1094 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:34.959 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:34 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:33.636230+0000 mgr.smithi089.ojauep (mgr.14180) 1095 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:35.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:33.511848+0000 mgr.smithi089.ojauep (mgr.14180) 1094 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:35.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:34 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:33.636230+0000 mgr.smithi089.ojauep (mgr.14180) 1095 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:36.207 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:36.208 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:36.513 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:35.636800+0000 mgr.smithi089.ojauep (mgr.14180) 1096 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:36.580 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:36.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:35.636800+0000 mgr.smithi089.ojauep (mgr.14180) 1096 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:37.581 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:37.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:37 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:36.204258+0000 mgr.smithi089.ojauep (mgr.14180) 1097 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:37.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:37 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:36.204258+0000 mgr.smithi089.ojauep (mgr.14180) 1097 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:38.542 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:37.637263+0000 mgr.smithi089.ojauep (mgr.14180) 1098 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:38.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:37.637263+0000 mgr.smithi089.ojauep (mgr.14180) 1098 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:38.916 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:38.916 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:39.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:40.307 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:40.984 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:38.913033+0000 mgr.smithi089.ojauep (mgr.14180) 1099 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:40.984 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:39.637766+0000 mgr.smithi089.ojauep (mgr.14180) 1100 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:41.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:38.913033+0000 mgr.smithi089.ojauep (mgr.14180) 1099 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:41.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:39.637766+0000 mgr.smithi089.ojauep (mgr.14180) 1100 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:41.680 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:41.680 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:42.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:43.039 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:43.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:41.638208+0000 mgr.smithi089.ojauep (mgr.14180) 1101 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:43.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:41.676362+0000 mgr.smithi089.ojauep (mgr.14180) 1102 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:43.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:41.638208+0000 mgr.smithi089.ojauep (mgr.14180) 1101 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:43.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:41.676362+0000 mgr.smithi089.ojauep (mgr.14180) 1102 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:44.372 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:44.372 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:44.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:45.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:43.638738+0000 mgr.smithi089.ojauep (mgr.14180) 1103 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:45.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:43.638738+0000 mgr.smithi089.ojauep (mgr.14180) 1103 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:45.731 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:46.045 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:45 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:44.368128+0000 mgr.smithi089.ojauep (mgr.14180) 1104 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:46.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:45 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:44.368128+0000 mgr.smithi089.ojauep (mgr.14180) 1104 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:47.075 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:47.075 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:47.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:45.639397+0000 mgr.smithi089.ojauep (mgr.14180) 1105 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:47.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:45.639397+0000 mgr.smithi089.ojauep (mgr.14180) 1105 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:47.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:48.465 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:48.772 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:47.071824+0000 mgr.smithi089.ojauep (mgr.14180) 1106 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:48.772 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:48 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:47.639861+0000 mgr.smithi089.ojauep (mgr.14180) 1107 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:49.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:47.071824+0000 mgr.smithi089.ojauep (mgr.14180) 1106 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:49.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:47.639861+0000 mgr.smithi089.ojauep (mgr.14180) 1107 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:49.787 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:49.787 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:50.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:51.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:50 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:49.640323+0000 mgr.smithi089.ojauep (mgr.14180) 1108 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:51.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:50 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:49.640323+0000 mgr.smithi089.ojauep (mgr.14180) 1108 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:51.156 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:51.782 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:51 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:49.783823+0000 mgr.smithi089.ojauep (mgr.14180) 1109 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:52.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:51 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:49.783823+0000 mgr.smithi089.ojauep (mgr.14180) 1109 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:52.469 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:52.469 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:52.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:53.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:52 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:51.640791+0000 mgr.smithi089.ojauep (mgr.14180) 1110 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:53.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:52 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:51.640791+0000 mgr.smithi089.ojauep (mgr.14180) 1110 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:53.829 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:54.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:53 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:52.465567+0000 mgr.smithi089.ojauep (mgr.14180) 1111 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:54.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:53 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:52.465567+0000 mgr.smithi089.ojauep (mgr.14180) 1111 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:55.103 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:55.103 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:55.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:54 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:53.641517+0000 mgr.smithi089.ojauep (mgr.14180) 1112 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:55.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:54 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:53.641517+0000 mgr.smithi089.ojauep (mgr.14180) 1112 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:55.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:56.470 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:56.788 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:55.099405+0000 mgr.smithi089.ojauep (mgr.14180) 1113 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:56.788 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:56 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:55.641983+0000 mgr.smithi089.ojauep (mgr.14180) 1114 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:56.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:55.099405+0000 mgr.smithi089.ojauep (mgr.14180) 1113 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:56.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:56 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:55.641983+0000 mgr.smithi089.ojauep (mgr.14180) 1114 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:57.839 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:29:57.840 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:58.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:59.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:58 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:57.642435+0000 mgr.smithi089.ojauep (mgr.14180) 1115 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:59.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:58 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:57.642435+0000 mgr.smithi089.ojauep (mgr.14180) 1115 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:29:59.203 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:59.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:29:59 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:29:57.835951+0000 mgr.smithi089.ojauep (mgr.14180) 1116 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:00.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:29:59 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:29:57.835951+0000 mgr.smithi089.ojauep (mgr.14180) 1116 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:00.498 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:30:00.498 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:00.817 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:29:59.642889+0000 mgr.smithi089.ojauep (mgr.14180) 1117 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:00.818 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:00 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:00.000164+0000 mon.smithi089 (mon.0) 704 : cluster [INF] overall HEALTH_OK 2024-01-24T03:30:00.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:01.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:29:59.642889+0000 mgr.smithi089.ojauep (mgr.14180) 1117 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:01.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:00 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:00.000164+0000 mon.smithi089 (mon.0) 704 : cluster [INF] overall HEALTH_OK 2024-01-24T03:30:01.878 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:02.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:01 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:30:00.494066+0000 mgr.smithi089.ojauep (mgr.14180) 1118 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:02.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:01 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:30:00.494066+0000 mgr.smithi089.ojauep (mgr.14180) 1118 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:02.856 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:02 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:01.643738+0000 mgr.smithi089.ojauep (mgr.14180) 1119 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:03.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:02 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:01.643738+0000 mgr.smithi089.ojauep (mgr.14180) 1119 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:03.201 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:30:03.201 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:03.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:04.569 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:04.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:30:03.197934+0000 mgr.smithi089.ojauep (mgr.14180) 1120 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:04.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:04 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:03.644211+0000 mgr.smithi089.ojauep (mgr.14180) 1121 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:05.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:30:03.197934+0000 mgr.smithi089.ojauep (mgr.14180) 1120 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:05.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:04 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:03.644211+0000 mgr.smithi089.ojauep (mgr.14180) 1121 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:05.860 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:30:05.860 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:06.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:06.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:06 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:05.644653+0000 mgr.smithi089.ojauep (mgr.14180) 1122 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:06.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:06 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:05.644653+0000 mgr.smithi089.ojauep (mgr.14180) 1122 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:07.244 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:07.528 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:07 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:30:05.857037+0000 mgr.smithi089.ojauep (mgr.14180) 1123 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:07.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:07 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:30:05.857037+0000 mgr.smithi089.ojauep (mgr.14180) 1123 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:08.474 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:30:08.475 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:08.774 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:08 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:07.645040+0000 mgr.smithi089.ojauep (mgr.14180) 1124 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:08.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:08.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:08 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:07.645040+0000 mgr.smithi089.ojauep (mgr.14180) 1124 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:09.836 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:09.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:09 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:30:08.471171+0000 mgr.smithi089.ojauep (mgr.14180) 1125 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:09.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:09 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:30:08.471171+0000 mgr.smithi089.ojauep (mgr.14180) 1125 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:10.779 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:10 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:09.645693+0000 mgr.smithi089.ojauep (mgr.14180) 1126 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:10.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:10 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:09.645693+0000 mgr.smithi089.ojauep (mgr.14180) 1126 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:11.163 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:30:11.163 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:11.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:12.560 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:12.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:30:11.159681+0000 mgr.smithi089.ojauep (mgr.14180) 1127 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:12.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:12 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:11.646259+0000 mgr.smithi089.ojauep (mgr.14180) 1128 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:13.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:30:11.159681+0000 mgr.smithi089.ojauep (mgr.14180) 1127 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:13.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:12 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:11.646259+0000 mgr.smithi089.ojauep (mgr.14180) 1128 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:13.911 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:30:13.911 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:14.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:15.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:14 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:13.646749+0000 mgr.smithi089.ojauep (mgr.14180) 1129 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:15.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:14 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:13.646749+0000 mgr.smithi089.ojauep (mgr.14180) 1129 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:15.285 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:15.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:15 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:30:13.907326+0000 mgr.smithi089.ojauep (mgr.14180) 1130 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:16.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:15 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:30:13.907326+0000 mgr.smithi089.ojauep (mgr.14180) 1130 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:16.639 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:30:16.639 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:16.989 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:16 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:15.647226+0000 mgr.smithi089.ojauep (mgr.14180) 1131 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:16.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:17.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:16 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:15.647226+0000 mgr.smithi089.ojauep (mgr.14180) 1131 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:17.992 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:18.025 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:17 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:30:16.636354+0000 mgr.smithi089.ojauep (mgr.14180) 1132 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:18.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:17 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:30:16.636354+0000 mgr.smithi089.ojauep (mgr.14180) 1132 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:18.945 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:18 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:17.647717+0000 mgr.smithi089.ojauep (mgr.14180) 1133 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:19.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:18 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:17.647717+0000 mgr.smithi089.ojauep (mgr.14180) 1133 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:19.326 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:30:19.326 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:19.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:20.693 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:21.009 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:30:19.322217+0000 mgr.smithi089.ojauep (mgr.14180) 1134 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:21.009 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:20 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:19.648232+0000 mgr.smithi089.ojauep (mgr.14180) 1135 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:21.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:30:19.322217+0000 mgr.smithi089.ojauep (mgr.14180) 1134 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:21.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:20 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:19.648232+0000 mgr.smithi089.ojauep (mgr.14180) 1135 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:22.020 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:30:22.020 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:22.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:23.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:22 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:21.648615+0000 mgr.smithi089.ojauep (mgr.14180) 1136 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:23.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:22 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:21.648615+0000 mgr.smithi089.ojauep (mgr.14180) 1136 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:23.392 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:24.036 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:23 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:30:22.016828+0000 mgr.smithi089.ojauep (mgr.14180) 1137 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:24.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:23 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:30:22.016828+0000 mgr.smithi089.ojauep (mgr.14180) 1137 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:24.699 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:30:24.699 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:24.997 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:24 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:23.649271+0000 mgr.smithi089.ojauep (mgr.14180) 1138 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:25.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:25.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:24 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:23.649271+0000 mgr.smithi089.ojauep (mgr.14180) 1138 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:26.075 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:26.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:25 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:30:24.695362+0000 mgr.smithi089.ojauep (mgr.14180) 1139 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:26.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:25 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:30:24.695362+0000 mgr.smithi089.ojauep (mgr.14180) 1139 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:27.061 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:26 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:25.649808+0000 mgr.smithi089.ojauep (mgr.14180) 1140 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:27.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:26 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:25.649808+0000 mgr.smithi089.ojauep (mgr.14180) 1140 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:27.411 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:30:27.411 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:27.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:28.782 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:29.082 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:30:27.407869+0000 mgr.smithi089.ojauep (mgr.14180) 1141 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:29.082 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:28 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:27.650224+0000 mgr.smithi089.ojauep (mgr.14180) 1142 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:29.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:30:27.407869+0000 mgr.smithi089.ojauep (mgr.14180) 1141 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:29.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:28 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:27.650224+0000 mgr.smithi089.ojauep (mgr.14180) 1142 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:30.103 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:30:30.103 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:30.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:31.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:30 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:29.650833+0000 mgr.smithi089.ojauep (mgr.14180) 1143 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:31.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:30 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:29.650833+0000 mgr.smithi089.ojauep (mgr.14180) 1143 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:31.483 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:31.806 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:31 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:30:30.098939+0000 mgr.smithi089.ojauep (mgr.14180) 1144 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:32.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:31 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:30:30.098939+0000 mgr.smithi089.ojauep (mgr.14180) 1144 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:32.833 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:30:32.833 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:33.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:32 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:31.651238+0000 mgr.smithi089.ojauep (mgr.14180) 1145 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:33.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:32 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:31.651238+0000 mgr.smithi089.ojauep (mgr.14180) 1145 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:33.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:34.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:30:32.829534+0000 mgr.smithi089.ojauep (mgr.14180) 1146 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:34.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:33 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:33.651746+0000 mgr.smithi089.ojauep (mgr.14180) 1147 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:34.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:33 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:30:32.829534+0000 mgr.smithi089.ojauep (mgr.14180) 1146 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:34.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:33 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:33.651746+0000 mgr.smithi089.ojauep (mgr.14180) 1147 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:34.205 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:35.529 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:30:35.529 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:35.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:36.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:30:35.525659+0000 mgr.smithi089.ojauep (mgr.14180) 1148 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:36.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:36 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:35.652122+0000 mgr.smithi089.ojauep (mgr.14180) 1149 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:36.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:30:35.525659+0000 mgr.smithi089.ojauep (mgr.14180) 1148 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:36.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:36 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:35.652122+0000 mgr.smithi089.ojauep (mgr.14180) 1149 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:36.899 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:38.213 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:30:38.213 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:38.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:38.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:38 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:37.652604+0000 mgr.smithi089.ojauep (mgr.14180) 1150 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:39.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:38 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:37.652604+0000 mgr.smithi089.ojauep (mgr.14180) 1150 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:39.597 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:39.922 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:39 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:30:38.209484+0000 mgr.smithi089.ojauep (mgr.14180) 1151 : audit [DBG] from='client.16232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:40.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:39 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:30:38.209484+0000 mgr.smithi089.ojauep (mgr.14180) 1151 : audit [DBG] from='client.16232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:40.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:40 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:39.653081+0000 mgr.smithi089.ojauep (mgr.14180) 1152 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:40.906 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:30:40.907 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:41.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:40 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:39.653081+0000 mgr.smithi089.ojauep (mgr.14180) 1152 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:41.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:42.281 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:42.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:30:40.903470+0000 mgr.smithi089.ojauep (mgr.14180) 1153 : audit [DBG] from='client.16236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:42.864 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:42 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:41.653497+0000 mgr.smithi089.ojauep (mgr.14180) 1154 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:43.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:30:40.903470+0000 mgr.smithi089.ojauep (mgr.14180) 1153 : audit [DBG] from='client.16236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:43.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:42 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:41.653497+0000 mgr.smithi089.ojauep (mgr.14180) 1154 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:43.591 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:30:43.591 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:43.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:44.973 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid baa7a844-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:45.002 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:30:43.587606+0000 mgr.smithi089.ojauep (mgr.14180) 1155 : audit [DBG] from='client.16240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:45.002 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:44 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:43.654036+0000 mgr.smithi089.ojauep (mgr.14180) 1156 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:45.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:30:43.587606+0000 mgr.smithi089.ojauep (mgr.14180) 1155 : audit [DBG] from='client.16240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:45.143 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:44 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:43.654036+0000 mgr.smithi089.ojauep (mgr.14180) 1156 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:46.286 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-24T03:30:46.286 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:08:49.725107Z", "last_refresh": "2024-01-24T03:28:29.279156Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:08:46.248886Z", "last_refresh": "2024-01-24T03:28:26.818425Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:08:48.014020Z", "last_refresh": "2024-01-24T03:28:29.279291Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:23.365728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.svkoee on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:56.352791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.lxgyjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi105-lxgyjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi105.lxgyjd\nDeploy daemon haproxy.nfs.foo.smithi105.lxgyjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:23:03Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:23:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:24:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.467516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.bhhwlv on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi089-bhhwlv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\n/bin/podman: stderr Error: no such container ceph-baa7a844-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi089.bhhwlv\nDeploy daemon haproxy.nfs.foo.smithi089.bhhwlv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:25:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:26:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:25.468724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.piiocd on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:25.469734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dygtxx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.89/16"}, "status": {"created": "2024-01-24T03:12:14.453650Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.89/16"}}, {"events": ["2024-01-24T03:12:11.219538Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:12:11.212007Z", "last_refresh": "2024-01-24T03:28:26.819051Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:08:45.193057Z", "last_refresh": "2024-01-24T03:28:26.818562Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:09:43.712261Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:09:43.708803Z", "last_refresh": "2024-01-24T03:28:26.818662Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:12:14.452536Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-24T03:12:14.449772Z", "last_refresh": "2024-01-24T03:28:29.279824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:08:48.890176Z", "last_refresh": "2024-01-24T03:28:26.818731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:10:12.657810Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:10:12.653873Z", "last_refresh": "2024-01-24T03:28:26.818795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:08:47.170227Z", "last_refresh": "2024-01-24T03:28:29.279420Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:46.585 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:46 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: cluster 2024-01-24T03:30:45.654585+0000 mgr.smithi089.ojauep (mgr.14180) 1157 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:46.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:46.662 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-24T03:30:46.914 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f3da4248125542db9a0518f83ff6e053 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-24T03:30:46.916 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-24T03:30:46.926 INFO:tasks.vip:Removing 10.0.15.89 (and any VIPs) on smithi089.front.sepia.ceph.com iface enp3s0f1... 2024-01-24T03:30:46.927 DEBUG:teuthology.orchestra.run.smithi089:> sudo ip addr del 10.0.15.89/16 dev enp3s0f1 2024-01-24T03:30:46.940 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:46 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: cluster 2024-01-24T03:30:45.654585+0000 mgr.smithi089.ojauep (mgr.14180) 1157 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:30:46.971 DEBUG:teuthology.orchestra.run.smithi089:> sudo ip addr del 10.0.31.89/16 dev enp3s0f1 2024-01-24T03:30:47.038 INFO:teuthology.orchestra.run.smithi089.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-24T03:30:47.038 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-24T03:30:47.039 INFO:tasks.vip:Removing 10.0.15.105 (and any VIPs) on smithi105.front.sepia.ceph.com iface enp3s0f1... 2024-01-24T03:30:47.039 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip addr del 10.0.15.105/16 dev enp3s0f1 2024-01-24T03:30:47.080 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip addr del 10.0.31.89/16 dev enp3s0f1 2024-01-24T03:30:47.149 INFO:teuthology.orchestra.run.smithi105.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-24T03:30:47.150 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-24T03:30:47.150 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-24T03:30:47.162 INFO:tasks.cephadm:Teardown begin 2024-01-24T03:30:47.162 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T03:30:47.189 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T03:30:47.220 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-24T03:30:47.220 DEBUG:teuthology.orchestra.run.smithi089:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-24T03:30:47.247 DEBUG:teuthology.orchestra.run.smithi105:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-24T03:30:47.279 INFO:tasks.cephadm:Stopping all daemons... 2024-01-24T03:30:47.279 INFO:tasks.cephadm.mon.smithi089:Stopping mon.smithi089... 2024-01-24T03:30:47.279 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-baa7a844-ba65-11ee-95b1-87774f69a715@mon.smithi089 2024-01-24T03:30:47.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:47 smithi089 systemd[1]: Stopping Ceph mon.smithi089 for baa7a844-ba65-11ee-95b1-87774f69a715... 2024-01-24T03:30:47.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:47 smithi089 bash[160114]: Error: no container with name or ID "ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon.smithi089" found: no such container 2024-01-24T03:30:47.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: audit 2024-01-24T03:30:46.282989+0000 mgr.smithi089.ojauep (mgr.14180) 1158 : audit [DBG] from='client.16244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:47.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:30:47.531+0000 7fc89c7c0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi089 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-24T03:30:47.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:47 smithi089 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089[35280]: debug 2024-01-24T03:30:47.531+0000 7fc89c7c0700 -1 mon.smithi089@0(leader) e2 *** Got Signal Terminated *** 2024-01-24T03:30:47.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:47 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: audit 2024-01-24T03:30:46.282989+0000 mgr.smithi089.ojauep (mgr.14180) 1158 : audit [DBG] from='client.16244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:48.024 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 24 03:30:47 smithi089 bash[160153]: ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi089 2024-01-24T03:30:48.031 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-baa7a844-ba65-11ee-95b1-87774f69a715@mon.smithi089.service' 2024-01-24T03:30:48.099 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-24T03:30:48.099 INFO:tasks.cephadm.mon.smithi089:Stopped mon.smithi089 2024-01-24T03:30:48.100 INFO:tasks.cephadm.mon.smithi105:Stopping mon.smithi105... 2024-01-24T03:30:48.100 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-baa7a844-ba65-11ee-95b1-87774f69a715@mon.smithi105 2024-01-24T03:30:48.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:48 smithi105 systemd[1]: Stopping Ceph mon.smithi105 for baa7a844-ba65-11ee-95b1-87774f69a715... 2024-01-24T03:30:48.393 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:48 smithi105 bash[58984]: Error: no container with name or ID "ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon.smithi105" found: no such container 2024-01-24T03:30:48.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: debug 2024-01-24T03:30:48.342+0000 7f7b9f888700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi105 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-24T03:30:48.394 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:48 smithi105 ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105[38661]: debug 2024-01-24T03:30:48.342+0000 7f7b9f888700 -1 mon.smithi105@1(peon) e2 *** Got Signal Terminated *** 2024-01-24T03:30:48.869 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Jan 24 03:30:48 smithi105 bash[59024]: ceph-baa7a844-ba65-11ee-95b1-87774f69a715-mon-smithi105 2024-01-24T03:30:48.875 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-baa7a844-ba65-11ee-95b1-87774f69a715@mon.smithi105.service' 2024-01-24T03:30:48.941 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-24T03:30:48.942 INFO:tasks.cephadm.mon.smithi105:Stopped mon.smithi105 2024-01-24T03:30:48.942 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid baa7a844-ba65-11ee-95b1-87774f69a715 --force --keep-logs 2024-01-24T03:31:36.338 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid baa7a844-ba65-11ee-95b1-87774f69a715 --force --keep-logs 2024-01-24T03:32:17.131 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T03:32:17.170 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T03:32:17.201 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-24T03:32:17.203 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529883/remote/ubuntu@smithi089.front.sepia.ceph.com/crash 2024-01-24T03:32:17.204 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/crash -- . 2024-01-24T03:32:17.253 INFO:teuthology.orchestra.run.smithi089.stderr:tar: /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/crash: Cannot open: No such file or directory 2024-01-24T03:32:17.253 INFO:teuthology.orchestra.run.smithi089.stderr:tar: Error is not recoverable: exiting now 2024-01-24T03:32:17.255 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529883/remote/ubuntu@smithi105.front.sepia.ceph.com/crash 2024-01-24T03:32:17.256 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/crash -- . 2024-01-24T03:32:17.300 INFO:teuthology.orchestra.run.smithi105.stderr:tar: /var/lib/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/crash: Cannot open: No such file or directory 2024-01-24T03:32:17.301 INFO:teuthology.orchestra.run.smithi105.stderr:tar: Error is not recoverable: exiting now 2024-01-24T03:32:17.302 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-24T03:32:17.302 DEBUG:teuthology.orchestra.run.smithi089:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-24T03:32:17.332 INFO:teuthology.orchestra.run.smithi089.stderr:grep: /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph.log: No such file or directory 2024-01-24T03:32:17.334 INFO:tasks.cephadm:Compressing logs... 2024-01-24T03:32:17.334 DEBUG:teuthology.orchestra.run.smithi089:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-24T03:32:17.376 DEBUG:teuthology.orchestra.run.smithi105:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-24T03:32:17.402 INFO:teuthology.orchestra.run.smithi105.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-01-24T03:32:17.403 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-24T03:32:17.403 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.6.log 2024-01-24T03:32:17.403 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-volume.log 2024-01-24T03:32:17.405 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.2.log 2024-01-24T03:32:17.405 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-mon.smithi105.log 2024-01-24T03:32:17.406 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-volume.log: /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.0.log 2024-01-24T03:32:17.406 INFO:teuthology.orchestra.run.smithi089.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-24T03:32:17.407 INFO:teuthology.orchestra.run.smithi089.stderr:: No such file or directory 2024-01-24T03:32:17.407 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-mds.foofs.smithi089.agaoqc.log 2024-01-24T03:32:17.407 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-volume.log 2024-01-24T03:32:17.407 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.3.log 2024-01-24T03:32:17.407 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-mds.foofs.smithi089.agaoqc.log: 59.9% -- replaced with /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-mds.foofs.smithi089.agaoqc.log.gz 2024-01-24T03:32:17.407 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-mon.smithi089.log 2024-01-24T03:32:17.407 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-volume.log: /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.7.log 2024-01-24T03:32:17.407 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-mon.smithi089.log: gzip -5 --verbose -- /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-mgr.smithi089.ojauep.log 2024-01-24T03:32:17.408 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.7.log: /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-mgr.smithi089.ojauep.log: gzip -5 --verbose -- /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.5.log 2024-01-24T03:32:17.408 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-mon.smithi105.log: /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.0.log: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-24T03:32:17.409 INFO:teuthology.orchestra.run.smithi105.stderr: 92.4% -- replaced with /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-volume.log.gz 2024-01-24T03:32:17.409 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-mds.foofs.smithi105.kshmtq.log 2024-01-24T03:32:17.410 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-mgr.smithi105.rimrpl.log 2024-01-24T03:32:17.410 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-mds.foofs.smithi105.kshmtq.log: 81.6% -- replaced with /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-mds.foofs.smithi105.kshmtq.log.gz 2024-01-24T03:32:17.410 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-mgr.smithi105.rimrpl.log: gzip -5 --verbose -- /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.4.log 2024-01-24T03:32:17.411 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.1.log 2024-01-24T03:32:17.411 INFO:teuthology.orchestra.run.smithi089.stderr: 92.4% -- replaced with /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-volume.log.gz 2024-01-24T03:32:17.415 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.4.log: 93.0% -- replaced with /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-mgr.smithi105.rimrpl.log.gz 2024-01-24T03:32:17.432 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.1.log: 93.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-24T03:32:17.668 INFO:teuthology.orchestra.run.smithi089.stderr: 89.5% -- replaced with /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-mgr.smithi089.ojauep.log.gz 2024-01-24T03:32:17.732 INFO:teuthology.orchestra.run.smithi105.stderr: 92.3% -- replaced with /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-mon.smithi105.log.gz 2024-01-24T03:32:17.740 INFO:teuthology.orchestra.run.smithi089.stderr: 93.0% -- replaced with /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.5.log.gz 2024-01-24T03:32:17.744 INFO:teuthology.orchestra.run.smithi089.stderr: 93.0% -- replaced with /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.1.log.gz 2024-01-24T03:32:17.761 INFO:teuthology.orchestra.run.smithi105.stderr: 93.0% -- replaced with /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.4.log.gz 2024-01-24T03:32:17.822 INFO:teuthology.orchestra.run.smithi105.stderr: 92.9% -- replaced with /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.6.log.gz 2024-01-24T03:32:17.828 INFO:teuthology.orchestra.run.smithi105.stderr: 93.0% -- replaced with /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.0.log.gz 2024-01-24T03:32:17.844 INFO:teuthology.orchestra.run.smithi105.stderr: 93.0% -- replaced with /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.2.log.gz 2024-01-24T03:32:17.846 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-01-24T03:32:17.846 INFO:teuthology.orchestra.run.smithi105.stderr:real 0m0.453s 2024-01-24T03:32:17.846 INFO:teuthology.orchestra.run.smithi105.stderr:user 0m1.915s 2024-01-24T03:32:17.846 INFO:teuthology.orchestra.run.smithi105.stderr:sys 0m0.086s 2024-01-24T03:32:17.900 INFO:teuthology.orchestra.run.smithi089.stderr: 93.2% -- replaced with /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.7.log.gz 2024-01-24T03:32:17.959 INFO:teuthology.orchestra.run.smithi089.stderr: 93.6% -- replaced with /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-osd.3.log.gz 2024-01-24T03:32:18.106 INFO:teuthology.orchestra.run.smithi089.stderr: 89.9% -- replaced with /var/log/ceph/baa7a844-ba65-11ee-95b1-87774f69a715/ceph-mon.smithi089.log.gz 2024-01-24T03:32:18.107 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-24T03:32:18.107 INFO:teuthology.orchestra.run.smithi089.stderr:real 0m0.715s 2024-01-24T03:32:18.107 INFO:teuthology.orchestra.run.smithi089.stderr:user 0m2.628s 2024-01-24T03:32:18.108 INFO:teuthology.orchestra.run.smithi089.stderr:sys 0m0.107s 2024-01-24T03:32:18.108 INFO:tasks.cephadm:Archiving logs... 2024-01-24T03:32:18.108 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529883/remote/ubuntu@smithi089.front.sepia.ceph.com/log 2024-01-24T03:32:18.109 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-24T03:32:18.557 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529883/remote/ubuntu@smithi105.front.sepia.ceph.com/log 2024-01-24T03:32:18.558 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-24T03:32:18.861 INFO:tasks.cephadm:Removing cluster... 2024-01-24T03:32:18.862 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid baa7a844-ba65-11ee-95b1-87774f69a715 --force 2024-01-24T03:32:19.220 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid baa7a844-ba65-11ee-95b1-87774f69a715 --force 2024-01-24T03:32:19.590 INFO:tasks.cephadm:Removing cephadm ... 2024-01-24T03:32:19.590 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-24T03:32:19.608 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-24T03:32:19.626 INFO:tasks.cephadm:Teardown complete 2024-01-24T03:32:19.627 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-24T03:32:19.637 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_1... 2024-01-24T03:32:19.637 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_1 2024-01-24T03:32:19.767 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-24T03:32:19.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:32:19.768 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_2... 2024-01-24T03:32:19.769 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_2 2024-01-24T03:32:19.906 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-24T03:32:19.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:32:19.907 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_3... 2024-01-24T03:32:19.907 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_3 2024-01-24T03:32:20.032 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-24T03:32:20.033 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:32:20.033 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_4... 2024-01-24T03:32:20.033 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_4 2024-01-24T03:32:20.170 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-24T03:32:20.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:32:20.172 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-24T03:32:20.172 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/scratch_devs 2024-01-24T03:32:20.200 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_1... 2024-01-24T03:32:20.201 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_1 2024-01-24T03:32:20.337 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-24T03:32:20.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:32:20.339 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_2... 2024-01-24T03:32:20.339 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_2 2024-01-24T03:32:20.470 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-24T03:32:20.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:32:20.471 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_3... 2024-01-24T03:32:20.471 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_3 2024-01-24T03:32:20.600 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-24T03:32:20.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:32:20.601 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_4... 2024-01-24T03:32:20.601 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_4 2024-01-24T03:32:20.718 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-24T03:32:20.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:32:20.719 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-24T03:32:20.719 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/scratch_devs 2024-01-24T03:32:20.745 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-24T03:32:20.755 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-24T03:32:20.755 DEBUG:teuthology.orchestra.run.smithi089:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T03:32:20.757 DEBUG:teuthology.orchestra.run.smithi105:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T03:32:20.773 INFO:teuthology.orchestra.run.smithi089.stderr:bash: ntpq: command not found 2024-01-24T03:32:20.777 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T03:32:20.777 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2024-01-24T03:32:20.777 INFO:teuthology.orchestra.run.smithi089.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 5 +107us[ +107us] +/- 94ms 2024-01-24T03:32:20.777 INFO:teuthology.orchestra.run.smithi089.stdout:^* hv02.front.sepia.ceph.com 3 6 377 8 -39us[ -47us] +/- 62ms 2024-01-24T03:32:20.777 INFO:teuthology.orchestra.run.smithi089.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 7 -43us[ -43us] +/- 65ms 2024-01-24T03:32:20.777 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T03:32:20.802 INFO:teuthology.orchestra.run.smithi105.stderr:bash: ntpq: command not found 2024-01-24T03:32:20.807 INFO:teuthology.orchestra.run.smithi105.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T03:32:20.807 INFO:teuthology.orchestra.run.smithi105.stdout:=============================================================================== 2024-01-24T03:32:20.807 INFO:teuthology.orchestra.run.smithi105.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 7 +100us[ +122us] +/- 94ms 2024-01-24T03:32:20.807 INFO:teuthology.orchestra.run.smithi105.stdout:^* hv02.front.sepia.ceph.com 3 6 377 5 -53us[ -31us] +/- 62ms 2024-01-24T03:32:20.807 INFO:teuthology.orchestra.run.smithi105.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 9 -34us[ -12us] +/- 65ms 2024-01-24T03:32:20.807 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T03:32:20.808 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-24T03:32:20.819 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-24T03:32:20.820 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-24T03:32:20.831 DEBUG:teuthology.orchestra.run.smithi089:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-24T03:32:20.902 DEBUG:teuthology.orchestra.run.smithi105:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-24T03:32:20.961 DEBUG:teuthology.orchestra.run.smithi089:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-24T03:32:20.991 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:32:20.992 DEBUG:teuthology.orchestra.run.smithi105:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-24T03:32:21.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:32:21.023 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-24T03:32:21.034 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-24T03:32:21.044 INFO:teuthology.task.internal:Duration was 1843.883338 seconds 2024-01-24T03:32:21.045 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-24T03:32:21.055 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-24T03:32:21.055 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-24T03:32:21.058 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-24T03:32:21.101 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T03:32:21.109 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T03:32:21.405 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-24T03:32:21.405 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi089.front.sepia.ceph.com 2024-01-24T03:32:21.405 DEBUG:teuthology.orchestra.run.smithi089:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-24T03:32:21.428 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi105.front.sepia.ceph.com 2024-01-24T03:32:21.428 DEBUG:teuthology.orchestra.run.smithi105:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-24T03:32:21.451 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-24T03:32:21.451 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-24T03:32:21.471 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-24T03:32:21.542 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-24T03:32:21.543 DEBUG:teuthology.orchestra.run.smithi089:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-24T03:32:21.545 DEBUG:teuthology.orchestra.run.smithi105:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-24T03:32:21.697 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-24T03:32:21.708 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-24T03:32:21.708 DEBUG:teuthology.orchestra.run.smithi089:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-24T03:32:21.735 DEBUG:teuthology.orchestra.run.smithi105:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-24T03:32:21.762 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-24T03:32:21.774 DEBUG:teuthology.orchestra.run.smithi089:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-24T03:32:21.778 DEBUG:teuthology.orchestra.run.smithi105:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-24T03:32:21.802 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = core 2024-01-24T03:32:21.828 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = core 2024-01-24T03:32:21.868 DEBUG:teuthology.orchestra.run.smithi089:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-24T03:32:21.889 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:32:21.889 DEBUG:teuthology.orchestra.run.smithi105:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-24T03:32:21.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:32:21.925 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-24T03:32:21.936 INFO:teuthology.task.internal:Transferring archived files... 2024-01-24T03:32:21.937 DEBUG:teuthology.misc:Transferring archived files from smithi089:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529883/remote/smithi089 2024-01-24T03:32:21.937 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-24T03:32:21.984 DEBUG:teuthology.misc:Transferring archived files from smithi105:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529883/remote/smithi105 2024-01-24T03:32:21.985 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-24T03:32:22.024 INFO:teuthology.task.internal:Removing archive directory... 2024-01-24T03:32:22.025 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-24T03:32:22.027 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-24T03:32:22.077 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-24T03:32:22.089 INFO:teuthology.task.internal:Not uploading archives. 2024-01-24T03:32:22.089 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-24T03:32:22.108 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-24T03:32:22.109 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-24T03:32:22.111 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-24T03:32:22.126 INFO:teuthology.orchestra.run.smithi089.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 24 03:32 /home/ubuntu/cephtest 2024-01-24T03:32:22.134 INFO:teuthology.orchestra.run.smithi105.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 24 03:32 /home/ubuntu/cephtest 2024-01-24T03:32:22.135 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-24T03:32:22.147 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-24T03:32:22.169 INFO:teuthology.nuke:Checking targets against current locks 2024-01-24T03:32:22.195 DEBUG:teuthology.nuke:shortname: smithi089 2024-01-24T03:32:22.196 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T03:32:22.219 DEBUG:teuthology.nuke:shortname: smithi105 2024-01-24T03:32:22.220 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T03:32:22.223 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529883', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-24 02:53:35.097683', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMibBupK5+dJoWTj/LBm8kUe4B92LDrVRv/AnSv8y2Ad7TIeRjuzHpCKzjiBpR6H0NcnMcowOmDRJEWY1C+uV1c='} 2024-01-24T03:32:22.243 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529883', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-24 02:53:35.099474', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNBYyPIjrDcgGQcNKAMQ4cx26HTWCkyceOiFKfYN2612CAcQ5yOZtDd7iTCKU7Ebal9NVCDAT5ic3FWP7eL48Rw='} 2024-01-24T03:32:22.278 INFO:teuthology.orchestra.console.smithi089:Power off 2024-01-24T03:32:22.278 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-24T03:32:22.306 INFO:teuthology.orchestra.console.smithi105:Power off 2024-01-24T03:32:22.307 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-24T03:32:22.316 DEBUG:teuthology.orchestra.console.smithi089:power off output: Chassis Power Control: Down/Off 2024-01-24T03:32:22.316 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:32:22.331 DEBUG:teuthology.orchestra.console.smithi105:power off output: Chassis Power Control: Down/Off 2024-01-24T03:32:22.331 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:32:22.343 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-01-24T03:32:22.356 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-01-24T03:32:26.344 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:32:26.358 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:32:26.455 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-01-24T03:32:26.467 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-01-24T03:32:30.459 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:32:30.468 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:32:30.570 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is off 2024-01-24T03:32:30.578 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-01-24T03:32:30.672 INFO:teuthology.orchestra.console.smithi089:Power off completed 2024-01-24T03:32:34.582 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:32:34.694 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is off 2024-01-24T03:32:34.794 INFO:teuthology.orchestra.console.smithi105:Power off completed 2024-01-24T03:32:34.899 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-ingress2 3-final} duration: 1843.8833384513855 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f3da4248125542db9a0518f83ff6e053 status: fail success: false 2024-01-24T03:32:34.899 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-24T03:32:34.996 INFO:teuthology.run:FAIL